Class ReplayDetectedException

All Implemented Interfaces:
Serializable

public final class ReplayDetectedException extends SentinelException
Thrown when a validation response nonce has already been seen, indicating a potential replay attack.
See Also:
  • Constructor Details

    • ReplayDetectedException

      public ReplayDetectedException(String message)