Class SalmonSecurityException

All Implemented Interfaces:
Serializable

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

    • SalmonSecurityException

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

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