Class ExoMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.commons.exception.ExoException
org.exoplatform.commons.exception.ExoMessageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UniqueObjectException
- See Also:
-
Field Summary
Fields inherited from class org.exoplatform.commons.exception.ExoException
ERROR, FATAL, INFO, WARN -
Constructor Summary
ConstructorsConstructorDescriptionExoMessageException(String messageKey) ExoMessageException(String messageKey, Object[] args) -
Method Summary
Methods inherited from class org.exoplatform.commons.exception.ExoException
getSeverity, setSeverityMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExoMessageException
-
ExoMessageException
-
-
Method Details
-
getMessageKey
-
getArguments
-
getMessage
- Specified by:
getMessagein classExoException
-
getExceptionDescription
- Specified by:
getExceptionDescriptionin classExoException
-
getErrorCode
- Specified by:
getErrorCodein classExoException
-