fr.ifremer.isisfish.datastore
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.ifremer.isisfish.IsisFishException
              extended by fr.ifremer.isisfish.datastore.StorageException
All Implemented Interfaces:
Serializable

public class StorageException
extends IsisFishException

Storage exception.

Version:
$Revision: 3393 $ Last update : $Date: 2011-06-14 19:43:37 +0200 (Tue, 14 Jun 2011) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

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

StorageException

public StorageException(String message)
Constructor with message.

Parameters:
message - message

StorageException

public StorageException(String message,
                        Throwable cause)
Constructor with message and cause.

Parameters:
message - message
cause - cause


Copyright © 1999-2012 CodeLutin. All Rights Reserved.