Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)