org.netbeans.mdr.persistence
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.mdr.persistence.StorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StorageBadRequestException, StorageIOException, StoragePersistentDataException, StorageTransientDataException

public abstract class StorageException
extends java.lang.Exception

This exception is the ancestor of the exceptions thrown from the storage layer.

See Also:
Serialized Form

Constructor Summary
StorageException()
          consructs a StorageException with a null detailed error message
StorageException(java.lang.String msg)
          consructs a StorageException with the specified detailed error message
 
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()
consructs a StorageException with a null detailed error message


StorageException

public StorageException(java.lang.String msg)
consructs a StorageException with the specified detailed error message

Parameters:
msg - the detailed message


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.