Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.flowingcode.backendcore.exception.BaseException
com.flowingcode.backendcore.exception.ServiceException
- All Implemented Interfaces:
Serializable
Exception thrown at Service Layer
- Author:
- mlopez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException(String messageKey) ServiceException(String messageKey, Object... messageKeyValues) ServiceException(Throwable cause) ServiceException(Throwable cause, ErrorDescription error) ServiceException(Throwable cause, String messageKey, Object... messageKeyValues) ServiceException(Throwable cause, List<ErrorDescription> errors) ServiceException(List<ErrorDescription> errors) -
Method Summary
Methods inherited from class com.flowingcode.backendcore.exception.BaseException
addError, getErrors, getMessageKey, getMessageKeyValuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceException
public ServiceException() -
ServiceException
-
ServiceException
-
ServiceException
-
ServiceException
-
ServiceException
-
ServiceException
-
ServiceException
-
-
Method Details
-
newInstance
- Specified by:
newInstancein classBaseException
-