Class ResponseAuthenticationException

  • All Implemented Interfaces:
    Serializable

    public class ResponseAuthenticationException
    extends jakarta.ws.rs.client.ResponseProcessingException
    Exception thrown by security response authentication.
    Author:
    Petr Bouda
    See Also:
    Serialized Form
    • Constructor Detail

      • ResponseAuthenticationException

        public ResponseAuthenticationException​(jakarta.ws.rs.core.Response response,
                                               Throwable cause)
        Creates new instance of this exception with exception cause.
        Parameters:
        response - the response instance for which the processing failed.
        cause - Exception cause.
      • ResponseAuthenticationException

        public ResponseAuthenticationException​(jakarta.ws.rs.core.Response response,
                                               String message)
        Creates new instance of this exception with exception message.
        Parameters:
        response - the response instance for which the processing failed.
        message - Exception message.
      • ResponseAuthenticationException

        public ResponseAuthenticationException​(jakarta.ws.rs.core.Response response,
                                               String message,
                                               Throwable cause)
        Creates new instance of this exception with exception message and exception cause.
        Parameters:
        response - the response instance for which the processing failed.
        message - Exception message.
        cause - Exception cause.