Class UniqueObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.commons.exception.ExoException
-
- org.exoplatform.commons.exception.ExoMessageException
-
- org.exoplatform.commons.exception.UniqueObjectException
-
- All Implemented Interfaces:
Serializable
public class UniqueObjectException extends ExoMessageException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exoplatform.commons.exception.ExoException
ERROR, FATAL, INFO, WARN
-
-
Constructor Summary
Constructors Constructor Description UniqueObjectException(String messageKey)UniqueObjectException(String messageKey, Object[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()StringgetExceptionDescription()-
Methods inherited from class org.exoplatform.commons.exception.ExoMessageException
getArguments, getMessage, getMessageKey
-
Methods inherited from class org.exoplatform.commons.exception.ExoException
getSeverity, setSeverity
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getExceptionDescription
public String getExceptionDescription()
- Overrides:
getExceptionDescriptionin classExoMessageException
-
getErrorCode
public String getErrorCode()
- Overrides:
getErrorCodein classExoMessageException
-
-