GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type org.omg.CORBA.CompletionStatus | |
Creates a ACTIVITY_COMPLETED exception with the specified minor
code and completion status.
| |
Created ACTIVITY_COMPLETED exception, providing full information.
| |
Creates a ACTIVITY_REQUIRED exception with the specified minor
code and completion status.
| |
Created ACTIVITY_REQUIRED exception, providing full information.
| |
Creates a BAD_CONTEXT exception with the specified minor
code and completion status.
| |
Created BAD_CONTEXT exception, providing full information.
| |
Creates a BAD_INV_ORDER exception with the specified minor
code and completion status.
| |
Created BAD_INV_ORDER exception, providing full information.
| |
Creates a BAD_OPERATION exception with the specified minor code and
completion status.
| |
Created BAD_OPERATION exception, providing full information.
| |
Creates a BAD_PARAM exception with the specified minor
code and completion status.
| |
Created BAD_PARAM exception, providing full information.
| |
Creates a BAD_QOS exception with the specified minor
code and completion status.
| |
Created BAD_QOS exception, providing full information.
| |
Creates a BAD_TYPECODE exception with the specified minor
code and completion status.
| |
Created BAD_TYPECODE exception, providing full information.
| |
Creates a CODESET_INCOMPATIBLE exception with the specified minor
code and completion status.
| |
Created CODESET_INCOMPATIBLE exception, providing full information.
| |
Creates a COMM_FAILURE exception with the specified minor
code and completion status.
| |
Created COMM_FAILURE exception, providing full information.
| |
Creates a DATA_CONVERSION exception with the specified minor
code and completion status.
| |
Created DATA_CONVERSION exception, providing full information.
| |
Creates a FREE_MEM exception with the specified minor
code and completion status.
| |
Created FREE_MEM exception, providing full information.
| |
Creates a IMP_LIMIT exception with the specified minor
code and completion status.
| |
Created IMP_LIMIT exception, providing full information.
| |
Creates a INITIALIZE exception with the specified minor
code and completion status.
| |
Created INITIALIZE exception, providing full information.
| |
Creates a INTERNAL exception with the specified minor
code and completion status.
| |
Created INTERNAL exception, providing full information.
| |
Creates a INTF_REPOS exception with the specified minor
code and completion status.
| |
Created INTF_REPOS exception, providing full information.
| |
Creates a INVALID_ACTIVITY exception with the specified minor
code and completion status.
| |
Created INVALID_ACTIVITY exception, providing full information.
| |
Creates a INVALID_TRANSACTION exception with the specified minor
code and completion status.
| |
Created INVALID_TRANSACTION exception, providing full information.
| |
Creates a INV_FLAG exception with the specified minor
code and completion status.
| |
Created INV_FLAG exception, providing full information.
| |
Creates a INV_IDENT exception with the specified minor
code and completion status.
| |
Created INV_IDENT exception, providing full information.
| |
Creates a INV_OBJREF exception with the specified minor
code and completion status.
| |
Created INV_OBJREF exception, providing full information.
| |
Creates a INV_POLICY exception with the specified minor
code and completion status.
| |
Created INV_POLICY exception, providing full information.
| |
Creates a MARSHAL exception with the specified minor code and completion
status.
| |
Created MARSHAL exception, providing full information.
| |
Creates a NO_IMPLEMENT exception with the specified minor
code and completion status.
| |
Created NO_IMPLEMENT exception, providing full information.
| |
Creates a NO_MEMORY exception with the specified minor
code and completion status.
| |
Created NO_MEMORY exception, providing full information.
| |
Creates a NO_PERMISSION exception with the specified minor
code and completion status.
| |
Created NO_PERMISSION exception, providing full information.
| |
Creates a NO_RESOURCES exception with the specified minor code and
completion status.
| |
Created NO_RESOURCES exception, providing full information.
| |
Creates a NO_RESPONSE exception with the specified minor
code and completion status.
| |
Created NO_RESPONSE exception, providing full information.
| |
Creates a OBJECT_NOT_EXIST exception with the specified minor
code and completion status.
| |
Created OBJECT_NOT_EXIST exception, providing full information.
| |
Creates a OBJ_ADAPTER exception with the specified minor
code and completion status.
| |
Created OBJ_ADAPTER exception, providing full information.
| |
Creates a PERSIST_STORE exception with the specified minor
code and completion status.
| |
Created PERSIST_STORE exception, providing full information.
| |
Creates a REBIND exception with the specified minor
code and completion status.
| |
Created REBIND exception, providing full information.
| |
Constructs an instance of the CORBA standard exception.
| |
Creates a TIMEOUT exception with the specified minor
code and completion status.
| |
Created TIMEOUT exception, providing full information.
| |
Creates a TRANSACTION_MODE exception with the specified minor
code and completion status.
| |
Created TRANSACTION_MODE exception, providing full information.
| |
Creates a TRANSACTION_REQUIRED exception with the specified minor
code and completion status.
| |
Created TRANSACTION_REQUIRED exception, providing full information.
| |
Creates a TRANSACTION_ROLLEDBACK exception with the specified minor
code and completion status.
| |
Created TRANSACTION_ROLLEDBACK exception, providing full information.
| |
Creates a TRANSACTION_UNAVAILABLE exception with the specified minor
code and completion status.
| |
TRANSACTION_UNAVAILABLE.TRANSACTION_UNAVAILABLE(String reason, int minor, CompletionStatus completed) Created TRANSACTION_UNAVAILABLE exception, providing full information.
| |
Creates a TRANSIENT exception with the specified minor
code and completion status.
| |
Created TRANSIENT exception, providing full information.
| |
Creates a UNKNOWN exception with the specified minor
code and completion status.
| |
Created UNKNOWN exception, providing full information.
|
Fields of type org.omg.CORBA.CompletionStatus | |
CompletionStatus | An instance of CompletionStatus, initialized to COMPLETED_MAYBE
|
CompletionStatus | An instance of CompletionStatus, initialized to COMPLETED_NO
|
CompletionStatus | An instance of CompletionStatus, initialized to COMPLETED_YES
|
CompletionStatus | The status of the operation that have thrown this exception.
|
Methods with parameter type org.omg.CORBA.CompletionStatus | |
void | Insert into the given CompletionStatus into the
given Any . |
void | Writes the CompletionStatus into the given stream.
|
Methods with return type org.omg.CORBA.CompletionStatus | |
CompletionStatus | Extract the CompletionStatus from the
given Any . |
CompletionStatus | CompletionStatus.from_int(int completion) Returns the CompletionStatus, matching the given integer constant
|
CompletionStatus | Reads the CompletionStatus from the CORBA input stream.
|
GNU Classpath (0.95) |