marf.Storage
Class StorageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--marf.util.MARFException
                    |
                    +--marf.Storage.StorageException
All Implemented Interfaces:
java.io.Serializable

public class StorageException
extends MARFException

Class StorageException.

$Id: StorageException.java,v 1.6 2005/05/30 00:07:07 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.6 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.util.MARFException
strMessage
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
StorageException(java.lang.Exception poException)
          Exception wrapper constructor.
StorageException(java.lang.String pstrMessage)
          Generic exception.
 
Method Summary
static java.lang.String getRevision()
          Returns source code revision information.
 
Methods inherited from class marf.util.MARFException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

StorageException

public StorageException(java.lang.String pstrMessage)
Generic exception.

Parameters:
pstrMessage - Error message string

StorageException

public StorageException(java.lang.Exception poException)
Exception wrapper constructor.

Parameters:
poException - Exception object to wrap
Method Detail

getRevision

public static java.lang.String getRevision()
Returns source code revision information.

Returns:
revision string