gnu.inet.ldap
Class BERException
IOException
gnu.inet.ldap.BERException
public class BERException
extends IOException
Exception thrown to indicate a BER encoding error.
BERException() - Constructs a BER encoding exception with no message.
|
BERException(String message) - Constructs a BER encoding exception with the specified message.
|
BERException
public BERException()
Constructs a BER encoding exception with no message.
BERException
public BERException(String message)
Constructs a BER encoding exception with the specified message.