Class ScramServerErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScramServerErrorException
    extends ScramException
    This class represents an error when parsing SCRAM messages
    See Also:
    Serialized Form
    • Constructor Detail

      • 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,
                                         java.lang.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