Class ReauthenticationRequiredRuntimeException

    • Constructor Detail

      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(String aMessage,
                                                        String aErrorCode)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(String aMessage,
                                                        Throwable aCause,
                                                        String aErrorCode)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(String message,
                                                        Throwable cause)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(String message)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        message - the message
      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(Throwable aCause,
                                                        String aErrorCode)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • ReauthenticationRequiredRuntimeException

        public ReauthenticationRequiredRuntimeException​(Throwable cause)
        Instantiates a new reauthentication required runtime exception.
        Parameters:
        cause - the cause