Class ApplicationException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ApplicationException
    extends java.lang.RuntimeException
    This exception is thrown internally by Resteasy runtime. Any server exception thrown by jaxrs resource method code will be caught and wrapped by this exception. If you want to catch all exceptions thrown by jaxrs resource methods, write an exception mapper for ApplicationException. This exception should only be used by Resteasy integrators.
    Version:
    $Revision: 1 $
    See Also:
    Serialized Form
    • 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

      • ApplicationException

        public ApplicationException​(java.lang.String s,
                                    java.lang.Throwable throwable)
      • ApplicationException

        public ApplicationException​(java.lang.Throwable throwable)