public class ScramInvalidServerSignatureException extends ScramException
server-final-message.
Is used by the client to verify that the server has access to the user's authentication information.
| Constructor and Description |
|---|
ScramInvalidServerSignatureException(String detail)
Constructs 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScramInvalidServerSignatureException(String detail)
detail - A String containing details about the exceptionpublic ScramInvalidServerSignatureException(String detail, Throwable ex)
detail - A String containing details about the exceptionex - The root exceptionCopyright © 2017–2025 OnGres, Inc. All rights reserved.