Class OtpAuthException

All Implemented Interfaces:
Serializable

public class OtpAuthException extends OtpException
Exception raised when a node attempts to establish a communication channel when it is not authorized to do so, or when a node sends a message containing an invalid cookie on an established channel.
See Also:
  • Constructor Details

    • OtpAuthException

      public OtpAuthException(String s)
      Provides a detailed message.