Package ch.tocco.nice2.netui.impl.dwr
Class LimitedRpcException
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
ch.tocco.nice2.netui.impl.dwr.LimitedRpcException
- All Implemented Interfaces:
InformationException
,Serializable
Exception to pass to the client when any
Throwable
occurred during RPC execution
when the server runs in live mode.
In full DWR it's easy to hide properties when marshalling, see
http://directwebremoting.org/dwr/server/configuration/dwrxml/converters/bean.html
unfortunately we can't specify more than 1 field in our xml config in the converter contribution.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
ErrorIdInformationException.ErrorIdInformation
-
Constructor Summary
ConstructorDescriptionLimitedRpcException
(String errorId, String s, boolean wasLogged, boolean wasEscalated, boolean offerRetry, Throwable t) -
Method Summary
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.RpcException
isOfferRetry, isWasEscalated, isWasLogged
Methods inherited from class ch.tocco.nice2.netui.impl.dwr.ErrorIdInformationException
getInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitedRpcException
-
-
Method Details
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-