Class ErrorMessageException

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessageException​(java.lang.String resourceKey, java.lang.Object... args)
      Creates an error message exception by looking up the message in the BundleUtil
      ErrorMessageException​(java.lang.String resourceKey, java.lang.Throwable cause, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ErrorMessageException

        public ErrorMessageException​(java.lang.String resourceKey,
                                     java.lang.Object... args)
        Creates an error message exception by looking up the message in the BundleUtil
      • ErrorMessageException

        public ErrorMessageException​(java.lang.String resourceKey,
                                     java.lang.Throwable cause,
                                     java.lang.Object... args)