Class ActiveViamSecurityException

All Implemented Interfaces:
Serializable

public class ActiveViamSecurityException extends ActiveViamRuntimeException
Security Exception thrown within a ActiveViam component.
Author:
ActiveViam
See Also:
  • Constructor Details

    • 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