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 ErrorIdInformationException
ErrorIdInformationException.ErrorIdInformation -
Constructor Summary
ConstructorsConstructorDescriptionLimitedRpcException(String errorId, String s, boolean wasLogged, boolean wasEscalated, boolean offerRetry, Throwable t) -
Method Summary
Methods inherited from class RpcException
isOfferRetry, isWasEscalated, isWasLoggedMethods inherited from class ErrorIdInformationException
getInformationMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LimitedRpcException
-
-
Method Details
-
getStackTrace
- Overrides:
getStackTracein classThrowable
-