Class RequestAuthenticationException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      RequestAuthenticationException​(java.lang.String message)
      Creates new instance of this exception with exception message.
      RequestAuthenticationException​(java.lang.String message, java.lang.Throwable cause)
      Creates new instance of this exception with exception message and exception cause.
      RequestAuthenticationException​(java.lang.Throwable cause)
      Creates new instance of this exception with exception cause.
    • 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

      • RequestAuthenticationException

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

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

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