|
||||||||||
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.StorageTransientDataException
public class StorageTransientDataException
This is thrown when an error caused by invalid in-memory data occurs in the storage layer.
Constructor Summary | |
---|---|
StorageTransientDataException()
consructs a StorageTransientDataException with a null detailed error message |
|
StorageTransientDataException(java.lang.String msg)
consructs a StorageTransientDataException 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 StorageTransientDataException()
public StorageTransientDataException(java.lang.String msg)
msg
- the detailed message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |