com.ibm.websphere.naming
Class WsnCorbaMinorCodes
- java.lang.Object
com.ibm.websphere.naming.WsnCorbaMinorCodes
- 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.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CANNOT_DESTROY_OR_UNBIND_CONTEXT
Cannot unbind a primary context binding or destroy a linked context.
|
|
CANNOT_PERFORM_OPERATION_ON_FEDERATED_CONTEXT
Operation cannot be delegated to federated context of unknown implementation.
|
|
DESTROY_PROTECTED_CONTEXT
Cannot destroy context.
|
|
SERVER_OBJECT_FACTORY_FAILED
Binding cannot be resolved.
|
|
WRITE_PROTECTED_CONTEXT
Update operation on context is not permitted.
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
CANNOT_DESTROY_OR_UNBIND_CONTEXT
- public static final int CANNOT_DESTROY_OR_UNBIND_CONTEXT
DESTROY_PROTECTED_CONTEXT
- 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)
WRITE_PROTECTED_CONTEXT
- 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)
CANNOT_PERFORM_OPERATION_ON_FEDERATED_CONTEXT
- public static final int CANNOT_PERFORM_OPERATION_ON_FEDERATED_CONTEXT
org.omg.CosNamng.NamingContext interface
.
Applicable CORBA exception classes: org.omg.CORBA.NO_IMPLEMENT
Maps to JNDI exception javax.naming.OperationNotSupported
.
Value: 0x49421083 (1,229,066,371)
SERVER_OBJECT_FACTORY_FAILED
- 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)
Applicable CORBA exception classes:
org.omg.CORBA.IMP_LIMIT
Maps to JNDI exceptions
com.ibm.ws.naming.util.CannotDestroySubcontextException
orcom.ibm.ws.naming.util.CannotUnbindSubcontextException
for destroySubcontext and unbind operations, respectively.Value: 0x49421080 (1,229,066,368)