| Package | Description |
|---|---|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM programming language, including the class
ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
|
| Modifier and Type | Field and Description |
|---|---|
CompletionStatus |
SystemException.completed
The status of the operation that threw this exception.
|
static CompletionStatus |
CompletionStatus.COMPLETED_MAYBE
An instance of
CompletionStatus initialized with the constant
_COMPLETED_MAYBE.
|
static CompletionStatus |
CompletionStatus.COMPLETED_NO
An instance of
CompletionStatus initialized with the constant
_COMPLETED_NO.
|
static CompletionStatus |
CompletionStatus.COMPLETED_YES
An instance of
CompletionStatus initialized with the constant
_COMPLETED_YES.
|
| Modifier and Type | Method and Description |
|---|---|
static CompletionStatus |
CompletionStatusHelper.extract(Any
|
static CompletionStatus |
CompletionStatus.from_int(int i)
Creates a
CompletionStatus object from the given
int.
|
static CompletionStatus |
CompletionStatusHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CompletionStatusHelper.insert(Any
|
static void |
CompletionStatusHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
ACTIVITY_COMPLETED(int minorCode, CompletionStatus
Constructs an
ACTIVITY_COMPLETED exception with the specified minor code and completion status.
|
|
ACTIVITY_COMPLETED(String
Constructs an
ACTIVITY_COMPLETED exception with the specified message, minor code, and completion status.
|
|
ACTIVITY_REQUIRED(int minorCode, CompletionStatus
Constructs an
ACTIVITY_REQUIRED exception with the specified minor code and completion status.
|
|
ACTIVITY_REQUIRED(String
Constructs an
ACTIVITY_REQUIRED exception with the specified message, minor code, and completion status.
|
|
BAD_CONTEXT(int minor, CompletionStatus
Constructs a
BAD_CONTEXT exception with the specified minor code and completion status.
|
|
BAD_CONTEXT(String
Constructs a
BAD_CONTEXT exception with the specified detail message, minor code, and completion status.
|
|
BAD_INV_ORDER(int minor, CompletionStatus
Constructs a
BAD_INV_ORDER exceptionBAD_INV_ORDER with the specified minor code and completion status.
|
|
BAD_INV_ORDER(String
Constructs a
BAD_INV_ORDER exception with the specified detail message, minor code, and completion status.
|
|
BAD_OPERATION(int minor, CompletionStatus
Constructs a
BAD_OPERATION exception with the specified minor code and completion status.
|
|
BAD_OPERATION(String
Constructs a
BAD_OPERATION exception with the specified detail message, minor code, and completion status.
|
|
BAD_PARAM(int minor, CompletionStatus
Constructs a
BAD_PARAM exception with the specified minor code and completion status.
|
|
BAD_PARAM(String
Constructs a
BAD_PARAM exception with the specified detail message, minor code, and completion status.
|
|
BAD_QOS(int minorCode, CompletionStatus
Constructs an
BAD_QOS exception with the specified minor code and completion status.
|
|
BAD_QOS(String
Constructs an
BAD_QOS exception with the specified message, minor code, and completion status.
|
|
BAD_TYPECODE(int minor, CompletionStatus
Constructs a
BAD_TYPECODE exception with the specified minor code and completion status.
|
|
BAD_TYPECODE(String
Constructs a
BAD_TYPECODE exception with the specified detail message, minor code, and completion status.
|
|
CODESET_INCOMPATIBLE(int minorCode, CompletionStatus
Constructs an
CODESET_INCOMPATIBLE exception with the specified minor code and completion status.
|
|
CODESET_INCOMPATIBLE(String
Constructs an
CODESET_INCOMPATIBLE exception with the specified message, minor code, and completion status.
|
|
COMM_FAILURE(int minor, CompletionStatus
Constructs a
COMM_FAILURE exception with the specified minor code and completion status.
|
|
COMM_FAILURE(String
Constructs a
COMM_FAILURE exception with the specified detail message, minor code, and completion status.
|
|
DATA_CONVERSION(int minor, CompletionStatus
Constructs a
DATA_CONVERSION exception with the specified minor code and completion status.
|
|
DATA_CONVERSION(String
Constructs a
DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
|
|
FREE_MEM(int minor, CompletionStatus
Constructs a
FREE_MEM exception with the specified minor code and completion status.
|
|
FREE_MEM(String
Constructs a
FREE_MEM exception with the specified detail message, minor code, and completion status.
|
|
IMP_LIMIT(int minor, CompletionStatus
Constructs an
IMP_LIMIT exception with the specified minor code and completion status.
|
|
IMP_LIMIT(String
Constructs an
IMP_LIMIT exception with the specified detail message, minor code, and completion status.
|
|
INITIALIZE(int minor, CompletionStatus
Constructs an
INITIALIZE exception with the specified minor code and completion status.
|
|
INITIALIZE(String
Constructs an
INITIALIZE exception with the specified detail message, minor code, and completion status.
|
|
INTERNAL(int minor, CompletionStatus
Constructs an
INTERNAL exception with the specified minor code and completion status.
|
|
INTERNAL(String
Constructs an
INTERNAL exception with the specified detail message, minor code, and completion status.
|
|
INTF_REPOS(int minor, CompletionStatus
Constructs an
INTF_REPOS exception with the specified minor code and completion status.
|
|
INTF_REPOS(String
Constructs an
INTF_REPOS exception with the specified detail message, minor code, and completion status.
|
|
INV_FLAG(int minor, CompletionStatus
Constructs an
INV_FLAG exception with the specified minor code and completion status.
|
|
INV_FLAG(String
Constructs an
INV_FLAG exception with the specified detail message, minor code, and completion status.
|
|
INV_IDENT(int minor, CompletionStatus
Constructs an
INV_IDENT exception with the specified minor code and completion status.
|
|
INV_IDENT(String
Constructs an
INV_IDENT exception with the specified detail message, minor code, and completion status.
|
|
INV_OBJREF(int minor, CompletionStatus
Constructs an
INV_OBJREF exception with the specified minor code and completion status.
|
|
INV_OBJREF(String
Constructs an
INV_OBJREF exception with the specified detail message, minor code, and completion status.
|
|
INV_POLICY(int minor, CompletionStatus
Constructs a
INV_POLICY exception with the specified minor code and completion status.
|
|
INV_POLICY(String
Constructs a
INV_POLICY exception with the specified description message, minor code, and completion status.
|
|
INVALID_ACTIVITY(int minorCode, CompletionStatus
Constructs an
INVALID_ACTIVITY exception with the specified minor code and completion status.
|
|
INVALID_ACTIVITY(String
Constructs an
INVALID_ACTIVITY exception with the specified message, minor code, and completion status.
|
|
INVALID_TRANSACTION(int minor, CompletionStatus
Constructs an
INVALID_TRANSACTION exception with the specified minor code and completion status.
|
|
INVALID_TRANSACTION(String
Constructs an
INVALID_TRANSACTION exception with the specified detail message, minor code, and completion status.
|
|
MARSHAL(int minor, CompletionStatus
Constructs a
MARSHAL exception with the specified minor code and completion status.
|
|
MARSHAL(String
Constructs a
MARSHAL exception with the specified description message, minor code, and completion status.
|
|
NO_IMPLEMENT(int minor, CompletionStatus
Constructs a
NO_IMPLEMENT exception with the specified minor code and completion status.
|
|
NO_IMPLEMENT(String
Constructs a
NO_IMPLEMENT exception with the specified description message, minor code, and completion status.
|
|
NO_MEMORY(int minor, CompletionStatus
Constructs a
NO_MEMORY exception with the specified minor code and completion status.
|
|
NO_MEMORY(String
Constructs a
NO_MEMORY exception with the specified description message, minor code, and completion status.
|
|
NO_PERMISSION(int minor, CompletionStatus
Constructs a
NO_PERMISSION exception with the specified minor code and completion status.
|
|
NO_PERMISSION(String
Constructs a
NO_PERMISSION exception with the specified description message, minor code, and completion status.
|
|
NO_RESOURCES(int minor, CompletionStatus
Constructs a
NO_RESOURCES exception with the specified minor code and completion status.
|
|
NO_RESOURCES(String
Constructs a
NO_RESOURCES exception with the specified description message, minor code, and completion status.
|
|
NO_RESPONSE(int minor, CompletionStatus
Constructs a
NO_RESPONSE exception with the specified minor code and completion status.
|
|
NO_RESPONSE(String
Constructs a
NO_RESPONSE exception with the specified description message, minor code, and completion status.
|
|
OBJ_ADAPTER(int minor, CompletionStatus
Constructs an
OBJ_ADAPTER exception with the specified minor code and completion status.
|
|
OBJ_ADAPTER(String
Constructs an
OBJ_ADAPTER exception with the specified description message, minor code, and completion status.
|
|
OBJECT_NOT_EXIST(int minor, CompletionStatus
Constructs an
OBJECT_NOT_EXIST exception with the specified minor code and completion status.
|
|
OBJECT_NOT_EXIST(String
Constructs an
OBJECT_NOT_EXIST exception with the specified description message, minor code, and completion status.
|
|
PERSIST_STORE(int minor, CompletionStatus
Constructs a
PERSIST_STORE exception with the specified minor code and completion status.
|
|
PERSIST_STORE(String
Constructs a
PERSIST_STORE exception with the specified description message, minor code, and completion status.
|
|
REBIND(int minorCode, CompletionStatus
Constructs an
REBIND exception with the specified minor code and completion status.
|
|
REBIND(String
Constructs an
REBIND exception with the specified message, minor code, and completion status.
|
|
SystemException(String
Constructs a
SystemException exception with the specified detail message, minor code, and completion status.
|
|
TIMEOUT(int minorCode, CompletionStatus
Constructs an
TIMEOUT exception with the specified minor code and completion status.
|
|
TIMEOUT(String
Constructs an
TIMEOUT exception with the specified message, minor code, and completion status.
|
|
TRANSACTION_MODE(int minor, CompletionStatus
Constructs a
TRANSACTION_MODE exception with the specified minor code and completion status.
|
|
TRANSACTION_MODE(String
Constructs a
TRANSACTION_MODE exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_REQUIRED(int minor, CompletionStatus
Constructs a
TRANSACTION_REQUIRED exception with the specified minor code and completion status.
|
|
TRANSACTION_REQUIRED(String
Constructs a
TRANSACTION_REQUIRED exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_ROLLEDBACK(int minor, CompletionStatus
Constructs a
TRANSACTION_ROLLEDBACK exception with the specified minor code and completion status.
|
|
TRANSACTION_ROLLEDBACK(String
Constructs a
TRANSACTION_ROLLEDBACK exception with the specified description message, minor code, and completion status.
|
|
TRANSACTION_UNAVAILABLE(int minor, CompletionStatus
Constructs a
TRANSACTION_UNAVAILABLE exception with the specified minor code and completion status.
|
|
TRANSACTION_UNAVAILABLE(String
Constructs a
TRANSACTION_UNAVAILABLE exception with the specified description message, minor code, and completion status.
|
|
TRANSIENT(int minor, CompletionStatus
Constructs a
TRANSIENT exception with the specified minor code and completion status.
|
|
TRANSIENT(String
Constructs a
TRANSIENT exception with the specified description message, minor code, and completion status.
|
|
UNKNOWN(int minor, CompletionStatus
Constructs an
UNKNOWN exception with the specified minor code and completion status.
|
|
UNKNOWN(String
Constructs an
UNKNOWN exception with the specified description message, minor code, and completion status.
|