Class ScramInvalidServerSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.security.sasl.SaslException
com.ongres.scram.common.exception.ScramException
com.ongres.scram.common.exception.ScramInvalidServerSignatureException
- All Implemented Interfaces:
Serializable
This class represents an error when parsing SCRAM messages
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of ScramInvalidServerSignatureException with a detailed message.ScramInvalidServerSignatureException
(String detail, Throwable ex) Constructs a new instance of ScramInvalidServerSignatureException with a detailed message and a root cause. -
Method Summary
Methods inherited from class javax.security.sasl.SaslException
getCause, initCause, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ScramInvalidServerSignatureException
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message.- Parameters:
detail
- A String containing details about the exception
-
ScramInvalidServerSignatureException
Constructs a new instance of ScramInvalidServerSignatureException with a detailed message and a root cause.- Parameters:
detail
- A String containing details about the exceptionex
- The root exception
-