gnu.inet.ldap
Class BERException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by gnu.inet.ldap.BERException
All Implemented Interfaces:
java.io.Serializable

public class BERException
extends java.io.IOException

Exception thrown to indicate a BER encoding error.

See Also:
Serialized Form

Constructor Summary
BERException()
          Constructs a BER encoding exception with no message.
BERException(java.lang.String message)
          Constructs a BER encoding exception with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BERException

public BERException()
Constructs a BER encoding exception with no message.


BERException

public BERException(java.lang.String message)
Constructs a BER encoding exception with the specified message.