Class MinorCodes
- java.lang.Object
-
- com.ibm.websphere.orbext.MinorCodes
-
public class MinorCodes extends java.lang.ObjectThe WebSphere CORBA ORB extentions component 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, an ORB 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.
-
-
Field Summary
Fields Modifier and Type Field and Description static intCAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKETCould not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.static intCAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKETA problem occurred trying to open a server-side SSL listener port.static intCFW_CHAIN_MANAGER_PROPERTIES_ERRORThe ChainManager encountered an exception while trying to parse and configure initial properties.static intCFW_CONNECTION_BAD_CHAIN_NAMEThe ChannelTransport did not have enough information to construct a valid outbound chain.static intCFW_CONNECTION_BAD_DATAThe ChannelTransport did not have enough information to construct a valid outbound chain.static intCFW_CONNECTION_BAD_HOST_NAMEThe ChannelTransport did not have enough information to construct a valid outbound chain.static intCFW_CONNECTION_BAD_IORThe ChannelTransport did not have enough information to construct a valid outbound chain.static intCFW_CONNECTION_BAD_PORTThe ChannelTransport did not have enough information to construct a valid outbound chain.static intCFW_DEFINE_INBOUND_GROUP_ERRORNo inbound chains could be found or configured.static intCFW_DEFINE_INBOUND_GROUP_NO_CHAINSNo inbound chains could be found or configured.static intCFW_DEFINE_INBOUND_TUNNEL_ERRORThe ChainManager encountered an exception while trying to add inbound tunneling chains.static intCFW_DEFINE_OUTBOUND_CHAIN_ERRORThe ChainManager could not define an outbound chain.static intCFW_DEFINE_OUTBOUND_TUNNEL_ERRORThe ChainManager encountered an exception while trying to add outbound tunneling chains.static intCFW_DEFINE_TUNNEL_URI_ERRORThe ChainManager encountered an exception while trying to construct the tunneling URI.static intCFW_FIND_OUTBOUND_CHAIN_ERRORThe ChainManager encountered an exception while trying to discover pre-configured outbound chains.static intCFW_INVALID_CLASS_HTTP_INThe ChannelTransport is not able to load or create an instance of a required class.static intCFW_INVALID_CLASS_HTTP_OUTThe ChannelTransport is not able to load or create an instance of a required class.static intCFW_INVALID_CLASS_INITThe ChannelTransport is not able to load or create an instance of a required class.static intCFW_INVALID_CLASS_TUNNEL_INThe ChannelTransport is not able to load or create an instance of a required class.static intCFW_INVALID_CLASS_TUNNEL_OUTThe ChannelTransport is not able to load or create an instance of a required class.static intCFW_KEY_GENERATOR_BAD_PARAMA bad parameter was encounteded while initializing an outbound connection key generator.static intCFW_NO_OUTBOUND_CHAIN_DATAThe required data to construct an outbound IIOP chain is missing.static intCFW_NO_OUTBOUND_CHAIN_NAMEThe chain name of an outbound chain found by ChainManager is null.static intCFW_PLUGIN_INIT_ERRORThe ChannelTransport encountered an error condition while being initialized.static intCLIENT_CONNECTIONDATA_IS_INVALID_TYPEAn unsupported connection type was provided for a client connection.static intCONNECT_FAILURE_ON_IOEXCEPTIONCould not make an outbound SSL connection because of a IOException either with the server-side SSL socket.static intCONNECT_FAILURE_ON_SSL_CLIENT_SOCKETCould not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.static intCONNECTIONINTERCEPTOR_INVALID_CLASSNAMECould not instatiate the class specified for the connection interceptor.static intCOULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORYCould not instantiate a client SSL socket factory.static intCOULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORYCould not instantiate a server SSL socket factory.static intCREATE_LISTENER_FAILED_1Could not create a TCP/IP server socket.static intCREATE_LISTENER_FAILED_2Could not create an SSL server socket.static intCREATE_LISTENER_FAILED_3An unsupported connection type was provided for creating a server socket.static intCREATE_LISTENER_FAILED_4Could not open a server socket or could not create a listener thread.static intCREATE_LISTENER_FAILED_5Reserved for future use.static intGET_SSL_SESSION_RETURNED_NULLA handshake failure occurred either on the client-side or server-side of the SSL connection.static intGETCONNECTION_KEY_RETURNED_FALSEA problem occurred while trying to determine the type of connection to make.static intGETSERVERCONNECTIONDATA_RETURNED_NULLA problem occurred obtaining the server connection data while initializing the transports.static intGLOBAL_ORB_EXISTSAn ORB already exists for the application.static intHTTP_READER_FAILURECannot create an HTTP reader thread.static intHTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAMAn input stream was not set, so operations cannot be performed upon it.static intHTTPOUTPUTSTREAM_NO_OUTPUTSTREAMAn output stream was not set, so operations cannot be performed upon it.static intHTTPOUTPUTSTREAM_WRITEThe HTTPOutputStream write method was called but it is not implemented.static intINVALID_CONNECTION_TYPEAn unsupported connection type was provided for adding connection information to a server profile.static intINVALID_SERVER_CONNECTION_DATA_TYPEAn unsupported connection type was provided for a creating a server connection.static intNO_CONNECTIONDATA_IN_CONNECTIONDATACARRIERThe connection data class exists, but there is no information in it.static intNO_OVERLAP_OF_ENABLED_AND_DESIRED_CIPHER_SUITESCould not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.static intSERVER_CONNECTIONDATA_IS_INVALID_TYPEAn unsupported connection type was provided for a server connection.static intSSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRESThe target SSL configuration "supports" value is less than the SSL configuration "requires" value from the target IOR.static intSSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1The SSL configuration "requires" value from the target IOR does not contain a valid value.static intSSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1The SSL configuration "supports" value from the target IOR does not contain a valid value.static intUNABLE_TO_CREATE_SSL_SERVER_SOCKETA problem occurred trying to open a server-side SSL listener port.static intUNABLE_TO_CREATE_SSL_SOCKETCurrently unused.static intWRITE_ERROR_SEND_1The client tunnel agent URL cannot be found.
-
Constructor Summary
Constructors Constructor and Description MinorCodes()
-
-
-
Field Detail
-
HTTP_READER_FAILURE
public static final int HTTP_READER_FAILURE
Cannot create an HTTP reader thread.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421050 (1,229,066,320)
- See Also:
- Constant Field Values
-
WRITE_ERROR_SEND_1
public static final int WRITE_ERROR_SEND_1
The client tunnel agent URL cannot be found.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Value: 0x49421050 (1,229,066,320)
- See Also:
- Constant Field Values
-
HTTPOUTPUTSTREAM_WRITE
public static final int HTTPOUTPUTSTREAM_WRITE
The HTTPOutputStream write method was called but it is not implemented.Applicable CORBA exception classes: org.omg.CORBA.NO_IMPLEMENT
Value: 0x49421050 (1,229,066,320)
- See Also:
- Constant Field Values
-
COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
public static final int COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
Could not instantiate a client SSL socket factory.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421051 (1,229,066,321)
- See Also:
- Constant Field Values
-
COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
public static final int COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
Could not instantiate a server SSL socket factory.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421052 (1,229,066,322)
- See Also:
- Constant Field Values
-
CREATE_LISTENER_FAILED_1
public static final int CREATE_LISTENER_FAILED_1
Could not create a TCP/IP server socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421053 (1,229,066,323)
- See Also:
- Constant Field Values
-
CREATE_LISTENER_FAILED_2
public static final int CREATE_LISTENER_FAILED_2
Could not create an SSL server socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421054 (1,229,066,324)
- See Also:
- Constant Field Values
-
CREATE_LISTENER_FAILED_3
public static final int CREATE_LISTENER_FAILED_3
An unsupported connection type was provided for creating a server socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421055 (1,229,066,325)
- See Also:
- Constant Field Values
-
CREATE_LISTENER_FAILED_4
public static final int CREATE_LISTENER_FAILED_4
Could not open a server socket or could not create a listener thread.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421056 (1,229,066,326)
- See Also:
- Constant Field Values
-
CREATE_LISTENER_FAILED_5
public static final int CREATE_LISTENER_FAILED_5
Reserved for future use.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421057 (1,229,066,327)
- See Also:
- Constant Field Values
-
INVALID_CONNECTION_TYPE
public static final int INVALID_CONNECTION_TYPE
An unsupported connection type was provided for adding connection information to a server profile.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421058 (1,229,066,328)
- See Also:
- Constant Field Values
-
HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
public static final int HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
An input stream was not set, so operations cannot be performed upon it.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421059 (1,229,066,329)
- See Also:
- Constant Field Values
-
HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
public static final int HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
An output stream was not set, so operations cannot be performed upon it.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105A (1,229,066,330)
- See Also:
- Constant Field Values
-
CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
public static final int CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
Could not instatiate the class specified for the connection interceptor. This could be because a of a security or initialization error or the class specified was not found.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105B (1,229,066,331)
- See Also:
- Constant Field Values
-
NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
public static final int NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
The connection data class exists, but there is no information in it.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105C (1,229,066,332)
- See Also:
- Constant Field Values
-
CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
public static final int CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a client connection.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105D (1,229,066,333)
- See Also:
- Constant Field Values
-
SERVER_CONNECTIONDATA_IS_INVALID_TYPE
public static final int SERVER_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a server connection.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105E (1,229,066,334)
- See Also:
- Constant Field Values
-
NO_OVERLAP_OF_ENABLED_AND_DESIRED_CIPHER_SUITES
public static final int NO_OVERLAP_OF_ENABLED_AND_DESIRED_CIPHER_SUITES
Could not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105F (1,229,066,335)
- See Also:
- Constant Field Values
-
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET
public static final int CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET
Could not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421070 (1,229,066,352)
- See Also:
- Constant Field Values
-
CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET
public static final int CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET
Could not make an outbound SSL connection because of a problem either with the client-side SSL configuration or the server-side SSL socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421070 (1,229,066,352)
- See Also:
- Constant Field Values
-
GETCONNECTION_KEY_RETURNED_FALSE
public static final int GETCONNECTION_KEY_RETURNED_FALSE
A problem occurred while trying to determine the type of connection to make. Typically, this problem occurs due to the information present in the IOR does not sufficiently match the client configuration. Both the client SSL configuration and the server SSL configuration should be checked to ensure they have consistent values.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421071 (1,229,066,353)
- See Also:
- Constant Field Values
-
UNABLE_TO_CREATE_SSL_SOCKET
public static final int UNABLE_TO_CREATE_SSL_SOCKET
Currently unused.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421072 (1,229,066,354)
- See Also:
- Constant Field Values
-
SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
public static final int SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
The SSL configuration "supports" value from the target IOR does not contain a valid value.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421073 (1,229,066,355)
- See Also:
- Constant Field Values
-
SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
public static final int SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
The SSL configuration "requires" value from the target IOR does not contain a valid value.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421074 (1,229,066,356)
- See Also:
- Constant Field Values
-
SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
public static final int SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
The target SSL configuration "supports" value is less than the SSL configuration "requires" value from the target IOR. The server-side SSL configuration should be checked to ensure the SSL required is less than what is supported. This is an incorrect server-side configuration.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421075 (1,229,066,357)
- See Also:
- Constant Field Values
-
UNABLE_TO_CREATE_SSL_SERVER_SOCKET
public static final int UNABLE_TO_CREATE_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port. This is typically due to the same port number already being used.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421076 (1,229,066,358)
- See Also:
- Constant Field Values
-
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
public static final int CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port. This is typically due to an invalid SSL configuration. The server-side SSL configuration for this port should be checked to ensure that the keystore and truststore can be located, the passwords for them are correct, and other SSL parameters are valid.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421077 (1,229,066,359)
- See Also:
- Constant Field Values
-
INVALID_SERVER_CONNECTION_DATA_TYPE
public static final int INVALID_SERVER_CONNECTION_DATA_TYPE
An unsupported connection type was provided for a creating a server connection.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421078 (1,229,066,360)
- See Also:
- Constant Field Values
-
GETSERVERCONNECTIONDATA_RETURNED_NULL
public static final int GETSERVERCONNECTIONDATA_RETURNED_NULL
A problem occurred obtaining the server connection data while initializing the transports. theApplicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421079 (1,229,066,361)
- See Also:
- Constant Field Values
-
GET_SSL_SESSION_RETURNED_NULL
public static final int GET_SSL_SESSION_RETURNED_NULL
A handshake failure occurred either on the client-side or server-side of the SSL connection. Ensure that the correct certificates have been exchanged between end points and that the SSL handshake protocols and enabled ciphers match at each end.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107A (1,229,066,362)
- See Also:
- Constant Field Values
-
GLOBAL_ORB_EXISTS
public static final int GLOBAL_ORB_EXISTS
An ORB already exists for the application. This is not necessarily an error.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107B (1,229,066,363)
- See Also:
- Constant Field Values
-
CFW_NO_OUTBOUND_CHAIN_DATA
public static final int CFW_NO_OUTBOUND_CHAIN_DATA
The required data to construct an outbound IIOP chain is missing.Applicable CORBA exception classes: org.omg.CORBA.TRANSIENT Exception details are placed in the exception detail message.
Value: 0x4942107C (1,229,066,364)
- See Also:
- Constant Field Values
-
CFW_NO_OUTBOUND_CHAIN_NAME
public static final int CFW_NO_OUTBOUND_CHAIN_NAME
The chain name of an outbound chain found by ChainManager is null.Applicable CORBA exception classes: org.omg.CORBA.TRANSIENT Exception details are placed in the exception detail message.
Value: 0x4942107D (1,229,066,365)
- See Also:
- Constant Field Values
-
CFW_PLUGIN_INIT_ERROR
public static final int CFW_PLUGIN_INIT_ERROR
The ChannelTransport encountered an error condition while being initialized.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x4942107E (1,229,066,366)
- See Also:
- Constant Field Values
-
CFW_INVALID_CLASS_INIT
public static final int CFW_INVALID_CLASS_INIT
The ChannelTransport is not able to load or create an instance of a required class.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x4942107F (1,229,066,367)
- See Also:
- Constant Field Values
-
CONNECT_FAILURE_ON_IOEXCEPTION
public static final int CONNECT_FAILURE_ON_IOEXCEPTION
Could not make an outbound SSL connection because of a IOException either with the server-side SSL socket.Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421080 (1,229,066,352)
- See Also:
- Constant Field Values
-
CFW_INVALID_CLASS_HTTP_IN
public static final int CFW_INVALID_CLASS_HTTP_IN
The ChannelTransport is not able to load or create an instance of a required class.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F0 (1,229,066,480)
- See Also:
- Constant Field Values
-
CFW_INVALID_CLASS_HTTP_OUT
public static final int CFW_INVALID_CLASS_HTTP_OUT
The ChannelTransport is not able to load or create an instance of a required class.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F1 (1,229,066,481)
- See Also:
- Constant Field Values
-
CFW_INVALID_CLASS_TUNNEL_IN
public static final int CFW_INVALID_CLASS_TUNNEL_IN
The ChannelTransport is not able to load or create an instance of a required class.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F2 (1,229,066,482)
- See Also:
- Constant Field Values
-
CFW_INVALID_CLASS_TUNNEL_OUT
public static final int CFW_INVALID_CLASS_TUNNEL_OUT
The ChannelTransport is not able to load or create an instance of a required class.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F3 (1,229,066,483)
- See Also:
- Constant Field Values
-
CFW_DEFINE_OUTBOUND_CHAIN_ERROR
public static final int CFW_DEFINE_OUTBOUND_CHAIN_ERROR
The ChainManager could not define an outbound chain.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F4 (1,229,066,484)
- See Also:
- Constant Field Values
-
CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
public static final int CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
No inbound chains could be found or configured.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F5 (1,229,066,485)
- See Also:
- Constant Field Values
-
CFW_DEFINE_INBOUND_GROUP_ERROR
public static final int CFW_DEFINE_INBOUND_GROUP_ERROR
No inbound chains could be found or configured.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F6 (1,229,066,486)
- See Also:
- Constant Field Values
-
CFW_FIND_OUTBOUND_CHAIN_ERROR
public static final int CFW_FIND_OUTBOUND_CHAIN_ERROR
The ChainManager encountered an exception while trying to discover pre-configured outbound chains.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F7 (1,229,066,487)
- See Also:
- Constant Field Values
-
CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
public static final int CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add outbound tunneling chains.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F8 (1,229,066,488)
- See Also:
- Constant Field Values
-
CFW_DEFINE_INBOUND_TUNNEL_ERROR
public static final int CFW_DEFINE_INBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add inbound tunneling chains.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210F9 (1,229,066,489)
- See Also:
- Constant Field Values
-
CFW_DEFINE_TUNNEL_URI_ERROR
public static final int CFW_DEFINE_TUNNEL_URI_ERROR
The ChainManager encountered an exception while trying to construct the tunneling URI.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210FA (1,229,066,490)
- See Also:
- Constant Field Values
-
CFW_CHAIN_MANAGER_PROPERTIES_ERROR
public static final int CFW_CHAIN_MANAGER_PROPERTIES_ERROR
The ChainManager encountered an exception while trying to parse and configure initial properties.Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE Exception details are placed in the exception detail message.
Value: 0x494210FB (1,229,066,491)
- See Also:
- Constant Field Values
-
CFW_KEY_GENERATOR_BAD_PARAM
public static final int CFW_KEY_GENERATOR_BAD_PARAM
A bad parameter was encounteded while initializing an outbound connection key generator.Applicable CORBA exception classes: org.omg.CORBA.BAD_PARAM Exception details are placed in the exception detail message.
Value: 0x494210FC (1,229,066,492)
- See Also:
- Constant Field Values
-
CFW_CONNECTION_BAD_IOR
public static final int CFW_CONNECTION_BAD_IOR
The ChannelTransport did not have enough information to construct a valid outbound chain.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE Exception details are placed in the exception detail message.
Value: 0x494210FD (1,229,066,493)
- See Also:
- Constant Field Values
-
CFW_CONNECTION_BAD_CHAIN_NAME
public static final int CFW_CONNECTION_BAD_CHAIN_NAME
The ChannelTransport did not have enough information to construct a valid outbound chain.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE Exception details are placed in the exception detail message.
Value: 0x494210FE (1,229,066,494)
- See Also:
- Constant Field Values
-
CFW_CONNECTION_BAD_HOST_NAME
public static final int CFW_CONNECTION_BAD_HOST_NAME
The ChannelTransport did not have enough information to construct a valid outbound chain.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE Exception details are placed in the exception detail message.
Value: 0x494210FF (1,229,066,495)
- See Also:
- Constant Field Values
-
CFW_CONNECTION_BAD_PORT
public static final int CFW_CONNECTION_BAD_PORT
The ChannelTransport did not have enough information to construct a valid outbound chain.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE Exception details are placed in the exception detail message.
Value: 0x49421100 (1,229,066,496)
- See Also:
- Constant Field Values
-
CFW_CONNECTION_BAD_DATA
public static final int CFW_CONNECTION_BAD_DATA
The ChannelTransport did not have enough information to construct a valid outbound chain.Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE Exception details are placed in the exception detail message.
Value: 0x49421101 (1,229,066,497)
- See Also:
- Constant Field Values
-
-