public class TRANSIENT extends SystemException
completed, minor| Constructor and Description |
|---|
TRANSIENT()
Default constructor
|
TRANSIENT(int minor,
CompletionStatus completed)
Constructor with fields initialization
|
TRANSIENT(java.lang.String orb_reason)
Constructor with reason string
|
TRANSIENT(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
Full constructor with fields initialization
|
public TRANSIENT()
public TRANSIENT(java.lang.String orb_reason)
public TRANSIENT(int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception memberpublic TRANSIENT(java.lang.String orb_reason,
int minor,
CompletionStatus completed)
minor - minor exception membercompleted - completed exception member