Class ScramParseException

All Implemented Interfaces:
Serializable

public class ScramParseException extends ScramException
This class represents an error when parsing SCRAM messages
See Also:
  • Constructor Details

    • ScramParseException

      public ScramParseException(String detail)
      Constructs a new instance of ScramParseException with a detailed message.
      Parameters:
      detail - A String containing details about the exception
    • ScramParseException

      public ScramParseException(String detail, Throwable ex)
      Constructs a new instance of ScramParseException with a detailed message and a root cause.
      Parameters:
      detail - A String containing details about the exception
      ex - The root exception