Class SequenceException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    WinSequenceTamperedException

    public class SequenceException
    extends java.lang.RuntimeException
    Thrown when there is a failure in the nonce sequencer.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SequenceException​(java.lang.String msg)
      Construct an exception with a specific message.
      SequenceException​(java.lang.String msg, java.lang.Exception ex)
      Construct an exception with a specific message and inner exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SequenceException

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

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