com.ibm.websphere.wlm

Class WsCorbaMinorCodes

  • java.lang.Object
    • com.ibm.websphere.wlm.WsCorbaMinorCodes


  • public final class WsCorbaMinorCodes
    extends java.lang.Object
    The WebSphere Workload Management 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 WLM 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 valu

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int INTERNAL_TRANSACTION_UNABLE_TO_RESUME
      org.omg.CORBA.INTERNAL Minor: 1229066304 (0x49421041) Unable to resume the transaction.
      static int INTERNAL_UNABLE_TO_RETRY
      com.ibm.CORBA.INTERNAL Minor: 1229066304 (0x49421040) Unable to retry call to retrieve cluster information.
      static int NO_IMPLEMENT_CLUSTER_DATA_NOT_AVAILABLE_SIGNAL_RETRY
      com.ibm.CORBA.NO_IMPLEMENT Minor: 1229066304 (0x49421042) There are no cluster data available, signal retry.
      static int NO_IMPLEMENT_NO_USEABLE_TARGETS
      com.ibm.CORBA.NO_IMPLEMENT Minor: 1229066304 (0x49421040) There are no reachable cluster members.
      static int TRANSIENT_QUIESCE
      org.omg.CORBA.TRANSIENT Minor: 1229066304 (0x49421040) The cluster member is in server quiesce mode, so the call was returned unattempted.
      static int TRANSIENT_SIGNAL_RETRY
      org.omg.CORBA.TRANSIENT Minor: 1229066306 (0x49421042) There was a connection problem with a server, client should retry request.
      static int WLM_TX_NO_RESPONSE
      org.omg.CORBA.TRANSACTION_ROLLEDBACK Minor: 1229066308 (0x49421044) Server threw a NO_RESPONSE and TRANSACTION_ROLLEDBACK.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_IMPLEMENT_NO_USEABLE_TARGETS

        public static final int NO_IMPLEMENT_NO_USEABLE_TARGETS
        com.ibm.CORBA.NO_IMPLEMENT Minor: 1229066304 (0x49421040)

        There are no reachable cluster members.

        Defined as wlmBase + 0
        Minor: 1229066304 (0x49421040)

        See Also:
        Constant Field Values
      • NO_IMPLEMENT_CLUSTER_DATA_NOT_AVAILABLE_SIGNAL_RETRY

        public static final int NO_IMPLEMENT_CLUSTER_DATA_NOT_AVAILABLE_SIGNAL_RETRY
        com.ibm.CORBA.NO_IMPLEMENT Minor: 1229066304 (0x49421042)

        There are no cluster data available, signal retry.

        Defined as wlmBase + 0
        Minor: 1229066304 (0x49421042)

        See Also:
        Constant Field Values
      • INTERNAL_UNABLE_TO_RETRY

        public static final int INTERNAL_UNABLE_TO_RETRY
        com.ibm.CORBA.INTERNAL Minor: 1229066304 (0x49421040)

        Unable to retry call to retrieve cluster information.

        Defined as wlmBase + 0
        Minor: 1229066306 (0x49421040)

        See Also:
        Constant Field Values
      • INTERNAL_TRANSACTION_UNABLE_TO_RESUME

        public static final int INTERNAL_TRANSACTION_UNABLE_TO_RESUME
        org.omg.CORBA.INTERNAL Minor: 1229066304 (0x49421041)

        Unable to resume the transaction.

        Defined as wlmBase + 1
        Minor: 1229066305 (0x49421041)

        See Also:
        Constant Field Values
      • TRANSIENT_QUIESCE

        public static final int TRANSIENT_QUIESCE
        org.omg.CORBA.TRANSIENT Minor: 1229066304 (0x49421040)

        The cluster member is in server quiesce mode, so the call was returned unattempted.

        Defined as wlmBase + 0
        Minor: 1229066304 (0x49421040)

        See Also:
        Constant Field Values
      • TRANSIENT_SIGNAL_RETRY

        public static final int TRANSIENT_SIGNAL_RETRY
        org.omg.CORBA.TRANSIENT Minor: 1229066306 (0x49421042)

        There was a connection problem with a server, client should retry request.

        Defined as wlmBase + 2
        Minor: 1229066306 (0x49421042)

        See Also:
        Constant Field Values
      • WLM_TX_NO_RESPONSE

        public static final int WLM_TX_NO_RESPONSE
        org.omg.CORBA.TRANSACTION_ROLLEDBACK Minor: 1229066308 (0x49421044)

        Server threw a NO_RESPONSE and TRANSACTION_ROLLEDBACK.

        Defined as wlmBase + 4
        Minor: 1229066308 (0x49421044)

        See Also:
        Constant Field Values
IBM WebSphere Application ServerTM
Release 8.5