Package ch.tocco.nice2.netui.impl.dwr
Class ErrorIdInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
- All Implemented Interfaces:
InformationException
,Serializable
- Direct Known Subclasses:
RpcException
Wraps error id generated in
ExceptionBarrierImpl
to display on the client- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionErrorIdInformationException
(String errorId, String msg, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorIdInformationException
-
-
Method Details
-
getInformation
- Specified by:
getInformation
in interfaceInformationException
-