public class PERSIST_STORE extends SystemException
completed, minor| Constructor and Description |
|---|
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.
|
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