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