public class ScramException
extends javax.security.sasl.SaslException
SaslException
Constructor and Description |
---|
ScramException(java.lang.String detail)
Constructs a new instance of ScramException with a detailed message.
|
ScramException(java.lang.String detail,
java.lang.Throwable ex)
Constructs a new instance of ScramException with a detailed message and a root cause.
|
public ScramException(java.lang.String detail)
detail
- A String containing details about the exceptionpublic ScramException(java.lang.String detail, java.lang.Throwable ex)
detail
- A String containing details about the exceptionex
- The root exception