Package com.mku.win.salmon.sequencer
Class WinSequenceTamperedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mku.salmon.sequence.SequenceException
-
- com.mku.win.salmon.sequencer.WinSequenceTamperedException
-
- All Implemented Interfaces:
java.io.Serializable
public class WinSequenceTamperedException extends SequenceException
Thrown when tampering has been detected in the nonce sequencer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WinSequenceTamperedException(java.lang.String msg)
Construct an exception with a specific message.WinSequenceTamperedException(java.lang.String msg, java.lang.Exception ex)
Construct an exception with a specific message and inner exception
-
-
-
Constructor Detail
-
WinSequenceTamperedException
public WinSequenceTamperedException(java.lang.String msg)
Construct an exception with a specific message.- Parameters:
msg
- The message
-
WinSequenceTamperedException
public WinSequenceTamperedException(java.lang.String msg, java.lang.Exception ex)
Construct an exception with a specific message and inner exception- Parameters:
msg
- The provided messageex
- The inner exception
-
-