|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.netbeans.mdr.persistence.StorageException
org.netbeans.mdr.persistence.StoragePersistentDataException
public class StoragePersistentDataException
This is thrown when an error caused by invalid persistent data occurs in the storage layer.
| 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 |
|
| 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 |
|---|
public StoragePersistentDataException()
public StoragePersistentDataException(java.lang.String msg)
msg - the detailed message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||