Package ch.tocco.nice2.netui.impl.dwr
Interface ExceptionBarrier
- All Known Implementing Classes:
ExceptionBarrierImpl
public interface ExceptionBarrier
Exception barrier for DWR RPC Services.
-
Method Summary
Modifier and TypeMethodDescriptionConverts anyThrowable
into a simple RuntimeException without confidential info nor stack trace to pass to DWR which passes it to the client after marshalling.Overloaded method without message.
-
Method Details
-
handle
Converts anyThrowable
into a simple RuntimeException without confidential info nor stack trace to pass to DWR which passes it to the client after marshalling. -
handle
Overloaded method without message.
-