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 WebApplicationException
Thrown by dispatcher when it can't handle a particular exception
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnhandledException
public UnhandledException(String s,
Throwable throwable)
UnhandledException
public UnhandledException(Throwable throwable)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.