public class BERException
extends java.io.IOException
| Constructor and Description |
|---|
BERException ()
Constructs a BER encoding exception with no message.
|
BERException (java.lang.String message)
Constructs a BER encoding exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic BERException()
public BERException(java.lang.String message)