|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.recordstorage.RecordStorageException
public class RecordStorageException
The class RecordStorageException. Used by RecordStorage for error handling.
| Constructor Summary | |
|---|---|
RecordStorageException()
Default constructor. |
|
RecordStorageException(java.lang.String message)
Exception constructor with message. |
|
RecordStorageException(java.lang.Throwable exception)
Creates a new BinaryStorageException wrapping another exception. |
|
RecordStorageException(java.lang.Throwable exception,
java.lang.String message)
Creates a new BinaryStorageException wrapping another exception. |
|
| 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 |
|---|
public RecordStorageException()
public RecordStorageException(java.lang.String message)
message - a message stringpublic RecordStorageException(java.lang.Throwable exception)
exception - the nested exception.
public RecordStorageException(java.lang.Throwable exception,
java.lang.String message)
exception - a message stringmessage - the nested exception.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||