Package org.sklsft.commons.api.exception
Class TechnicalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.api.exception.ApplicationException
org.sklsft.commons.api.exception.TechnicalError
- All Implemented Interfaces:
Serializable
Exception thrown when no cause can be invoked else a technical cause or a bug
- Author:
- Nicolas Thibault
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTechnicalError(String message) TechnicalError(String message, Throwable cause) -
Method Summary
Methods inherited from class org.sklsft.commons.api.exception.ApplicationException
getHttpErrorCode, getMessage, setMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_UNKNOWN
- See Also:
-
-
Constructor Details
-
TechnicalError
public TechnicalError() -
TechnicalError
-
TechnicalError
-