Class EProfileException

    • Constructor Summary

      Constructors 
      Constructor Description
      EProfileException​(java.lang.String msg)
      Creates a profile exception.
      EProfileException​(java.lang.String msg, java.lang.Throwable cause)  
      EProfileException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • EProfileException

        public EProfileException​(java.lang.String msg)
        Creates a profile exception.
        Parameters:
        msg - additional message for the handler of the exception. The message may or may not be localized.
      • EProfileException

        public EProfileException​(java.lang.String msg,
                                 java.lang.Throwable cause)
      • EProfileException

        public EProfileException​(java.lang.Throwable cause)