|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.PERSIST_STORE
This exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database.
Field Summary |
Fields inherited from class org.omg.CORBA.SystemException |
completed, minor |
Constructor Summary | |
PERSIST_STORE()
Default constructor. |
|
PERSIST_STORE(int minor,
CompletionStatus completed)
Constructor with minor code and completion status. |
|
PERSIST_STORE(java.lang.String orb_reason)
Constructor with a string reason. |
|
PERSIST_STORE(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
Full constructor with fields initialization. |
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 PERSIST_STORE()
public PERSIST_STORE(java.lang.String orb_reason)
orb_reason
- the exception descriptionpublic PERSIST_STORE(int minor, CompletionStatus completed)
minor
- exception minor code (refer OMG PSS spec. 99-07-07,
Chapter 8 Minor Codes, p 67)completed
- completed exception memberpublic PERSIST_STORE(java.lang.String orb_reason, int minor, CompletionStatus completed)
orb_reason
- exception descriptionminor
- minor code exception (refer OMG PSS spec. 99-07-07,
Chapter 8 Minor Codes, p 67)completed
- completed exception member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |