Class RequestAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
org.glassfish.jersey.client.authentication.RequestAuthenticationException
All Implemented Interfaces:
Serializable

public class RequestAuthenticationException extends javax.ws.rs.ProcessingException
Exception thrown by security request authentication.
See Also:
  • Constructor Details

    • RequestAuthenticationException

      public RequestAuthenticationException(Throwable cause)
      Creates new instance of this exception with exception cause.
      Parameters:
      cause - Exception cause.
    • RequestAuthenticationException

      public RequestAuthenticationException(String message)
      Creates new instance of this exception with exception message.
      Parameters:
      message - Exception message.
    • RequestAuthenticationException

      public RequestAuthenticationException(String message, Throwable cause)
      Creates new instance of this exception with exception message and exception cause.
      Parameters:
      message - Exception message.
      cause - Exception cause.