Class CoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thanlinardos.spring_enterprise_library.error.exceptions.CoreException
- All Implemented Interfaces:
Serializable
Core exception class that includes an
ErrorCode and supports message formatting with arguments.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoreException(ErrorCode errorCode, String message) CoreException(ErrorCode errorCode, String message, Object... args) CoreException(ErrorCode errorCode, String message, Throwable cause) CoreException(ErrorCode errorCode, String message, Throwable cause, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoreException
-
CoreException
-
CoreException
-
CoreException
-