public final class BerDecodeException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
_position |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BerDecodeException() |
BerDecodeException(String message) |
BerDecodeException(String message,
Exception ex) |
BerDecodeException(String message,
int position) |
BerDecodeException(String message,
int position,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final int _position
public BerDecodeException()
public BerDecodeException(String message)
public BerDecodeException(String message, int position)
public String getMessage()
getMessage in class ThrowableCopyright © 2012. All Rights Reserved.