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:
 Serializable
public class UnhandledException extends RuntimeException
This exception should only be used by Resteasy integrators. Applications code should use WebApplicationExceptionThrown by dispatcher when it can't handle a particular exception
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UnhandledException(String s, Throwable throwable)UnhandledException(Throwable throwable) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -