Class ActiveViamSecurityException

    • Constructor Detail

      • ActiveViamSecurityException

        public ActiveViamSecurityException()
        Constructor.
      • ActiveViamSecurityException

        public ActiveViamSecurityException​(String messageKey,
                                           Object... parameters)
        Constructor.
        Parameters:
        messageKey - message template
        parameters - parameters to inject into the message template
      • ActiveViamSecurityException

        public ActiveViamSecurityException​(String message,
                                           Throwable cause)
        Constructor.
        Parameters:
        message - the detailed message
        cause - the cause of this exception
      • ActiveViamSecurityException

        public ActiveViamSecurityException​(String message)
        Constructor.
        Parameters:
        message - the detailed message
      • ActiveViamSecurityException

        public ActiveViamSecurityException​(Throwable exception,
                                           String messageKey,
                                           Object... parameters)
        Constructor.
        Parameters:
        exception - the cause of this exception
        messageKey - message template
        parameters - parameters to inject into the message template
      • ActiveViamSecurityException

        public ActiveViamSecurityException​(Throwable cause)
        Constructor.
        Parameters:
        cause - the cause of this exception