|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.naming.WsnCorbaMinorCodes
public final class WsnCorbaMinorCodes
The WebSphere CORBA CosNaming name server implementation has error conditions specific to its implementation. These specific error conditions are communicated to the client by means of the minor code contained in the exception.
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 | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |