|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
marf.util.MARFException
marf.Storage.StorageException
public class StorageException
Class StorageException indicates a serialization/storage-related error.
$Id: StorageException.java,v 1.12 2005/12/22 00:37:36 mokhov Exp $
| Field Summary |
|---|
| Fields inherited from class marf.util.MARFException |
|---|
strMessage |
| Constructor Summary | |
|---|---|
StorageException()
Default parameterless storage error. |
|
StorageException(java.lang.Exception poException)
Exception wrapper constructor. |
|
StorageException(java.lang.String pstrMessage)
Generic exception. |
|
StorageException(java.lang.String pstrMessage,
java.lang.Exception poException)
An storage exception with a message and wrapped exception object. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
| Methods inherited from class marf.util.MARFException |
|---|
create, create, create, create, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StorageException(java.lang.String pstrMessage)
pstrMessage - Error message stringpublic StorageException(java.lang.Exception poException)
poException - Exception object to wrappublic StorageException()
public StorageException(java.lang.String pstrMessage,
java.lang.Exception poException)
pstrMessage - the desired custom messagepoException - the wrapped exception object| Method Detail |
|---|
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||