public final class WsnCorbaMinorCodes
extends java.lang.Object
If, for some reason, a CosNaming client needs to check for one of these specific error conditions, the minor code can be compared to the corresponding minor code value defined in this class.
The description of each minor code value states which CORBA exception type might contain that value, and the JNDI exception type the minor code maps to.
Modifier and Type | Field and Description |
---|---|
static int |
CANNOT_DESTROY_OR_UNBIND_CONTEXT
Cannot unbind a primary context binding or destroy a linked context.
|
static int |
CANNOT_PERFORM_OPERATION_ON_FEDERATED_CONTEXT
Operation cannot be delegated to federated context of unknown implementation.
|
static int |
DESTROY_PROTECTED_CONTEXT
Cannot destroy context.
|
static int |
SERVER_OBJECT_FACTORY_FAILED
Binding cannot be resolved.
|
static int |
WRITE_PROTECTED_CONTEXT
Update operation on context is not permitted.
|
public static final int CANNOT_DESTROY_OR_UNBIND_CONTEXT
Applicable CORBA exception classes: org.omg.CORBA.IMP_LIMIT
Maps to JNDI exceptions com.ibm.ws.naming.util.CannotDestroySubcontextException or com.ibm.ws.naming.util.CannotUnbindSubcontextException for destroySubcontext and unbind operations, respectively.
Value: 0x49421080 (1,229,066,368)
public static final int DESTROY_PROTECTED_CONTEXT
Applicable CORBA exception classes: org.omg.CORBA.IMP_LIMIT
Maps to JNDI exception com.ibm.websphere.naming.DestroyProtectedContextException.
Value: 0x49421081 (1,229,066,369)
public static final int WRITE_PROTECTED_CONTEXT
Applicable CORBA exception classes: org.omg.CORBA.IMP_LIMIT
Maps to JNDI exception com.ibm.websphere.naming.WriteProtectedContextException.
Value: 0x49421082 (1,229,066,370)
public static final int CANNOT_PERFORM_OPERATION_ON_FEDERATED_CONTEXT
Applicable CORBA exception classes: org.omg.CORBA.NO_IMPLEMENT
Maps to JNDI exception javax.naming.OperationNotSupported.
Value: 0x49421083 (1,229,066,371)
public static final int SERVER_OBJECT_FACTORY_FAILED
Applicable CORBA exception classes: org.omg.CORBA.UNKNOWN
Maps to JNDI exception javax.naming.OperationNotSupported.
Value: 0x49421084 (1,229,066,372)