public class InvalidOffsetException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
InvalidOffsetException()
Creates a new instance of InvalidOffsetException.
|
InvalidOffsetException(java.lang.String explanation)
Creates a new instance of InvalidOffsetException.
|
InvalidOffsetException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of BTreeCreationException.
|
InvalidOffsetException(java.lang.Throwable cause)
Creates a new instance of InvalidOffsetException.
|
private static final long serialVersionUID
public InvalidOffsetException()
public InvalidOffsetException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic InvalidOffsetException(java.lang.Throwable cause)
public InvalidOffsetException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception