Package com.ongres.scram.common.exception
This package expose the exceptions that can be throw by the client/server
implementations of SCRAM.
-
Class Summary Class Description ServerErrorValue This attribute specifies an error that occurred during authentication exchange. -
Exception Summary Exception Description ScramException This class represents an generic error when using SCRAM, which is a SASL method.ScramInvalidServerSignatureException This class represents an error when verifying the a base64-encoded ServerSignature in aserver-final-message
.ScramParseException This class represents an error when parsing SCRAM messages.ScramRuntimeException This class represents an error when using SCRAM, which is a SASL method.ScramServerErrorException This class specifies an error that occurred during authentication exchange in aserver-final-message
.