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