gnu.crypto.sasl
public class SaslEncodingException extends SaslException
Version: $Revision: 1.2 $
Constructor Summary | |
---|---|
SaslEncodingException() Constructs a SaslEncodingException with no detail message. | |
SaslEncodingException(String s)
Constructs a SaslEncodingException with the specified detail
message.
|
SaslEncodingException
with no detail message.SaslEncodingException
with the specified detail
message.
Parameters: s the detail message.