Package de.espirit.common
Class UncheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
- All Implemented Interfaces:
LocalizableError
,Serializable
- Direct Known Subclasses:
AccessRuntimeException
,GomValidationError
,InappropriateValueException
,ORException
,ServerActionNotFoundException
A
RuntimeException
with additional information like an error code or localization data.- Since:
- 5.2.240501
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedException
public UncheckedException()
-