Class ForbiddenException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ForbiddenException
    extends LoggableFailure
    Deprecated.
    Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.
    Thrown by RESTEasy when HTTP Unauthorized (403) is encountered
    See Also:
    ForbiddenException, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ForbiddenException()
      Deprecated.
       
      ForbiddenException​(java.lang.String s)
      Deprecated.
       
      ForbiddenException​(java.lang.String s, java.lang.Throwable throwable)
      Deprecated.
       
      ForbiddenException​(java.lang.String s, java.lang.Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
       
      ForbiddenException​(java.lang.String s, javax.ws.rs.core.Response response)
      Deprecated.
       
      ForbiddenException​(java.lang.Throwable throwable)
      Deprecated.
       
      ForbiddenException​(java.lang.Throwable throwable, javax.ws.rs.core.Response response)
      Deprecated.
       
    • 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

      • ForbiddenException

        public ForbiddenException()
        Deprecated.
      • ForbiddenException

        public ForbiddenException​(java.lang.String s)
        Deprecated.
      • ForbiddenException

        public ForbiddenException​(java.lang.String s,
                                  javax.ws.rs.core.Response response)
        Deprecated.
      • ForbiddenException

        public ForbiddenException​(java.lang.String s,
                                  java.lang.Throwable throwable,
                                  javax.ws.rs.core.Response response)
        Deprecated.
      • ForbiddenException

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

        public ForbiddenException​(java.lang.Throwable throwable)
        Deprecated.
      • ForbiddenException

        public ForbiddenException​(java.lang.Throwable throwable,
                                  javax.ws.rs.core.Response response)
        Deprecated.