org.netbeans.mdr.persistence
Class StoragePersistentDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.netbeans.mdr.persistence.StorageException
              extended byorg.netbeans.mdr.persistence.StoragePersistentDataException
All Implemented Interfaces:
java.io.Serializable

public class StoragePersistentDataException
extends StorageException

This is thrown when an error caused by invalid persistent data occurs in the storage layer.

See Also:
Serialized Form

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

StoragePersistentDataException

public StoragePersistentDataException()
consructs a StoragePersistentDataException with a null detailed error message


StoragePersistentDataException

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

Parameters:
msg - the detailed message


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