Package org.jboss.resteasy.spi
Class UnhandledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.resteasy.spi.UnhandledException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnhandledException extends java.lang.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 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnhandledException(java.lang.String s, java.lang.Throwable throwable)
UnhandledException(java.lang.Throwable throwable)
-