net.lag.jaramiko.ber
Class BERException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.lag.jaramiko.ber.BERException
All Implemented Interfaces:
java.io.Serializable

public class BERException
extends java.io.IOException

Exception thrown when decoding garbled BER data.

See Also:
Serialized Form

Constructor Summary
BERException(java.lang.String description)
           
 
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(java.lang.String description)