Package ch.tocco.nice2.model.entity.api
Class BaseRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.model.entity.api.BaseRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientQuestionException
,DefaultInformationException
,ModelException
,PersistException
,TextInformationException
,TextMessageInformationException
,TextresourceInformationException
,ValidationException
- See Also:
-
Constructor Summary
ConstructorDescriptionBaseRuntimeException
(String message) BaseRuntimeException
(String message, Throwable cause) BaseRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseRuntimeException
public BaseRuntimeException() -
BaseRuntimeException
-
BaseRuntimeException
-
BaseRuntimeException
-