Interface ExceptionBarrier

All Known Implementing Classes:
ExceptionBarrierImpl

public interface ExceptionBarrier
Exception barrier for DWR RPC Services.
  • Method Summary

    Modifier and Type
    Method
    Description
    Converts any Throwable 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

      RpcException handle(String msg, Throwable t)
      Converts any Throwable 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.