gnu.crypto.sasl
public class IntegrityException extends SaslException
Version: $Revision: 1.3 $
Constructor Summary | |
---|---|
IntegrityException()
Constructs a new instance of IntegrityException with no
detail message. | |
IntegrityException(String s)
Constructs a new instance of IntegrityException with the
specified detail message.
| |
IntegrityException(String s, Throwable x)
Constructs a new instance of IntegrityException with a
detailed message and a root exception.
|
IntegrityException
with no
detail message.IntegrityException
with the
specified detail message.
Parameters: s the detail message.
IntegrityException
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.