public class ScramException extends SaslException
SaslException
Constructor and Description |
---|
ScramException(String detail)
Constructs a new instance of ScramException with a detailed message.
|
ScramException(String detail,
Throwable ex)
Constructs a new instance of ScramException with a detailed message and a root cause.
|
getCause, initCause, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ScramException(String detail)
detail
- A String containing details about the exceptionCopyright © 2019–2023. All rights reserved.