Class ScramServerErrorException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • ScramServerErrorException

      public ScramServerErrorException(ServerFinalMessage.Error error)
      Constructs a new instance of ScramServerErrorException with a detailed message.
      Parameters:
      error - The SCRAM error in the message
    • ScramServerErrorException

      public ScramServerErrorException(ServerFinalMessage.Error error, Throwable ex)
      Constructs a new instance of ScramServerErrorException with a detailed message and a root cause.
      Parameters:
      error - The SCRAM error in the message
      ex - The root exception
  • Method Details