public class BinaryStorageException
extends java.lang.Exception
implements java.io.Serializable
BinaryStorageException.| Constructor and Description |
|---|
BinaryStorageException()
Default constructor.
|
BinaryStorageException(java.lang.Object[] oParam)
Creates a new BinaryStorageException with given parameters.
|
BinaryStorageException(java.lang.String message)
Exception constructor with message.
|
BinaryStorageException(java.lang.String message,
java.lang.Throwable t) |
BinaryStorageException(java.lang.Throwable exception)
Creates a new BinaryStorageException wrapping another exception.
|
BinaryStorageException(java.lang.Throwable exception,
java.lang.String message)
Creates a new BinaryStorageException wrapping another exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Gets the wrapped exception.
|
java.lang.Object[] |
getParam() |
java.lang.Throwable |
getRootCause()
Retrieves (recursively) the root cause exception.
|
java.lang.String |
toString() |
public BinaryStorageException()
public BinaryStorageException(java.lang.String message)
message - public BinaryStorageException(java.lang.Throwable exception)
exception - the wrapped exception.public BinaryStorageException(java.lang.Throwable exception,
java.lang.String message)
exception - message - public BinaryStorageException(java.lang.Object[] oParam)
oParam - theparameters.public BinaryStorageException(java.lang.String message,
java.lang.Throwable t)
string - e - public java.lang.Object[] getParam()
public java.lang.Throwable getException()
public java.lang.Throwable getRootCause()
public java.lang.String toString()
toString in class java.lang.Throwable