Class SequenceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WinSequenceTamperedException

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

    • SequenceException

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

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