Class NameException

    • Constructor Summary

      Constructors 
      Constructor Description
      NameException​(java.lang.String message)
      Creates a NameException with the given error message.
      NameException​(java.lang.String message, java.lang.Throwable rootCause)
      Creates a NameException with the given error message and root cause exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NameException

        public NameException​(java.lang.String message)
        Creates a NameException with the given error message.
        Parameters:
        message - error message
      • NameException

        public NameException​(java.lang.String message,
                             java.lang.Throwable rootCause)
        Creates a NameException with the given error message and root cause exception.
        Parameters:
        message - error message
        rootCause - root cause exception