gnu.inet.ldap

Class BERException


public class BERException
extends IOException

Exception thrown to indicate a BER encoding error.

Constructor Summary

BERException()
Constructs a BER encoding exception with no message.
BERException(String message)
Constructs a BER encoding exception with the specified message.

Constructor Details

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.