Package ch.tocco.nice2.netui.impl.dwr
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
ch.tocco.nice2.netui.impl.dwr.RpcException
- All Implemented Interfaces:
InformationException
,Serializable
- Direct Known Subclasses:
LimitedRpcException
Exception to pass to the client when any
Throwable
occurred during RPC execution.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
ErrorIdInformationException.ErrorIdInformation
-
Constructor Summary
ConstructorDescriptionRpcException
(String errorId, String s, boolean wasLogged, boolean wasEscalated, boolean offerRetry, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
getInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcException
-
-
Method Details
-
isWasLogged
public boolean isWasLogged() -
isWasEscalated
public boolean isWasEscalated() -
isOfferRetry
public boolean isOfferRetry()
-