Class SalmonAuthException

All Implemented Interfaces:
Serializable

public class SalmonAuthException extends RuntimeException
Thrown when there is a failure in the nonce sequencer.
See Also:
  • Constructor Details

    • SalmonAuthException

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

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