Class DefaultInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.model.entity.api.BaseRuntimeException
ch.tocco.nice2.web.core.api.exception.DefaultInformationException
- All Implemented Interfaces:
InformationException
,Serializable
public class DefaultInformationException
extends BaseRuntimeException
implements InformationException
Standard implementation for InformationException: Exception to signal failure on server and attach information for
client.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefaultInformationException
(Object information) DefaultInformationException
(String message, Object information) DefaultInformationException
(String message, Throwable cause, Object information) DefaultInformationException
(Throwable cause, Object information) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DefaultInformationException
-
DefaultInformationException
-
DefaultInformationException
-
DefaultInformationException
-
-
Method Details
-
getInformation
- Specified by:
getInformation
in interfaceInformationException
-
setInformation
-