Class UnhandledException

All Implemented Interfaces:
Serializable

public class UnhandledException extends RuntimeException
This exception should only be used by Resteasy integrators. Applications code should use WebApplicationException

Thrown by dispatcher when it can't handle a particular exception

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
  • Constructor Details

    • UnhandledException

      public UnhandledException(String s, Throwable throwable)
    • UnhandledException

      public UnhandledException(Throwable throwable)