net.sf.maia.core.storage
Class StorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.maia.MaiaRuntimeException
                  extended bynet.sf.maia.core.storage.StorageException
All Implemented Interfaces:
java.io.Serializable

public class StorageException
extends MaiaRuntimeException

Author:
Magnus Grimsell
See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(java.lang.String message)
           
StorageException(java.lang.String message, java.lang.Throwable cause)
           
StorageException(java.lang.Throwable cause)
           
 
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

StorageException

public StorageException()

StorageException

public StorageException(java.lang.String message)
Parameters:
message -

StorageException

public StorageException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -

StorageException

public StorageException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005 Maia. All Rights Reserved.