Class SecurityException

All Implemented Interfaces:
Serializable

public class SecurityException extends RuntimeException
Salmon generic security exception.
See Also:
  • Constructor Details

    • SecurityException

      public SecurityException(String msg)
      Construct an exception with a specific message.
      Parameters:
      msg - The provided message.
    • SecurityException

      public SecurityException(String msg, Exception ex)
      Construct an exception with a specific message and inner exception.
      Parameters:
      msg - The provided message.
      ex - The inner exception.