org.jboss.resteasy.spi
Class UnhandledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
UnhandledException(java.lang.String s, java.lang.Throwable throwable)
           
UnhandledException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnhandledException

public UnhandledException(java.lang.String s,
                          java.lang.Throwable throwable)

UnhandledException

public UnhandledException(java.lang.Throwable throwable)


Copyright © 2009. All Rights Reserved.