gnu.crypto.sasl
public class ConfidentialityException extends SaslException
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| ConfidentialityException()
Constructs a new instance of ConfidentialityException with no
detail message. | |
| ConfidentialityException(String s)
Constructs a new instance of ConfidentialityException with
the specified detail message.
| |
| ConfidentialityException(String s, Throwable x)
Constructs a new instance of ConfidentialityException with a
detailed message and a root exception.
| |
ConfidentialityException with no
detail message.ConfidentialityException with
the specified detail message.
Parameters: s the detail message.
ConfidentialityException with a
detailed message and a root exception.
Parameters: s possibly null additional detail about the exception. x a possibly null root exception that caused this one.