com.ibm.websphere.orbext
Class MinorCodes
- java.lang.Object
com.ibm.websphere.orbext.MinorCodes
- public class MinorCodes
- extends java.lang.Object
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
Modifier and Type | Field and Description |
---|---|
|
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.
|
|
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port.
|
|
CFW_CHAIN_MANAGER_PROPERTIES_ERROR
The ChainManager encountered an exception while trying to parse and
configure initial properties.
|
|
CFW_CONNECTION_BAD_CHAIN_NAME
The ChannelTransport did not have enough information to construct
a valid outbound chain.
|
|
CFW_CONNECTION_BAD_DATA
The ChannelTransport did not have enough information to construct
a valid outbound chain.
|
|
CFW_CONNECTION_BAD_HOST_NAME
The ChannelTransport did not have enough information to construct
a valid outbound chain.
|
|
CFW_CONNECTION_BAD_IOR
The ChannelTransport did not have enough information to construct
a valid outbound chain.
|
|
CFW_CONNECTION_BAD_PORT
The ChannelTransport did not have enough information to construct
a valid outbound chain.
|
|
CFW_DEFINE_INBOUND_GROUP_ERROR
No inbound chains could be found or configured.
|
|
CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
No inbound chains could be found or configured.
|
|
CFW_DEFINE_INBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add inbound
tunneling chains.
|
|
CFW_DEFINE_OUTBOUND_CHAIN_ERROR
The ChainManager could not define an outbound chain.
|
|
CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add outbound
tunneling chains.
|
|
CFW_DEFINE_TUNNEL_URI_ERROR
The ChainManager encountered an exception while trying to construct the
tunneling URI.
|
|
CFW_FIND_OUTBOUND_CHAIN_ERROR
The ChainManager encountered an exception while trying to discover pre-configured
outbound chains.
|
|
CFW_INVALID_CLASS_HTTP_IN
The ChannelTransport is not able to load or create an instance of a required class.
|
|
CFW_INVALID_CLASS_HTTP_OUT
The ChannelTransport is not able to load or create an instance of a required class.
|
|
CFW_INVALID_CLASS_INIT
The ChannelTransport is not able to load or create an instance of a required class.
|
|
CFW_INVALID_CLASS_TUNNEL_IN
The ChannelTransport is not able to load or create an instance of a required class.
|
|
CFW_INVALID_CLASS_TUNNEL_OUT
The ChannelTransport is not able to load or create an instance of a required class.
|
|
CFW_KEY_GENERATOR_BAD_PARAM
A bad parameter was encounteded while initializing an outbound connection
key generator.
|
|
CFW_NO_OUTBOUND_CHAIN_DATA
The required data to construct an outbound IIOP chain is missing.
|
|
CFW_NO_OUTBOUND_CHAIN_NAME
The chain name of an outbound chain found by ChainManager is null.
|
|
CFW_PLUGIN_INIT_ERROR
The ChannelTransport encountered an error condition while being initialized.
|
|
CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a client connection.
|
|
CONNECT_FAILURE_ON_IOEXCEPTION
Could not make an outbound SSL connection because of a
IOException either with the server-side SSL socket.
|
|
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.
|
|
CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
Could not instatiate the class specified for the connection interceptor.
|
|
COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
Could not instantiate a client SSL socket factory.
|
|
COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
Could not instantiate a server SSL socket factory.
|
|
CREATE_LISTENER_FAILED_1
Could not create a TCP/IP server socket.
|
|
CREATE_LISTENER_FAILED_2
Could not create an SSL server socket.
|
|
CREATE_LISTENER_FAILED_3
An unsupported connection type was provided for creating a server socket.
|
|
CREATE_LISTENER_FAILED_4
Could not open a server socket or could not create a listener thread.
|
|
CREATE_LISTENER_FAILED_5
Reserved for future use.
|
|
GET_SSL_SESSION_RETURNED_NULL
A handshake failure occurred either on the client-side or server-side
of the SSL connection.
|
|
GETCONNECTION_KEY_RETURNED_FALSE
A problem occurred while trying to determine the type of connection
to make.
|
|
GETSERVERCONNECTIONDATA_RETURNED_NULL
A problem occurred obtaining the server connection data while
initializing the transports.
|
|
GLOBAL_ORB_EXISTS
An ORB already exists for the application.
|
|
HTTP_READER_FAILURE
Cannot create an HTTP reader thread.
|
|
HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
An input stream was not set, so operations cannot be performed upon it.
|
|
HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
An output stream was not set, so operations cannot be performed upon it.
|
|
HTTPOUTPUTSTREAM_WRITE
The HTTPOutputStream write method was called but it is not implemented.
|
|
INVALID_CONNECTION_TYPE
An unsupported connection type was provided for adding connection information
to a server profile.
|
|
INVALID_SERVER_CONNECTION_DATA_TYPE
An unsupported connection type was provided for a creating a server
connection.
|
|
NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
The connection data class exists, but there is no information in it.
|
|
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.
|
|
SERVER_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a server connection.
|
|
SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
The target SSL configuration "supports" value is less than the SSL
configuration "requires" value from the target IOR.
|
|
SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
The SSL configuration "requires" value from the target IOR does not
contain a valid value.
|
|
SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
The SSL configuration "supports" value from the target IOR does not
contain a valid value.
|
|
UNABLE_TO_CREATE_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port.
|
|
UNABLE_TO_CREATE_SSL_SOCKET
Currently unused.
|
|
WRITE_ERROR_SEND_1
The client tunnel agent URL cannot be found.
|
Constructor Summary
Constructor and Description |
---|
MinorCodes()
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
HTTP_READER_FAILURE
- public static final int HTTP_READER_FAILURE
WRITE_ERROR_SEND_1
- public static final int WRITE_ERROR_SEND_1
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Value: 0x49421050 (1,229,066,320)
HTTPOUTPUTSTREAM_WRITE
- public static final int HTTPOUTPUTSTREAM_WRITE
Applicable CORBA exception classes: org.omg.CORBA.NO_IMPLEMENT
Value: 0x49421050 (1,229,066,320)
COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
- public static final int COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421051 (1,229,066,321)
COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
- public static final int COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421052 (1,229,066,322)
CREATE_LISTENER_FAILED_1
- public static final int CREATE_LISTENER_FAILED_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421053 (1,229,066,323)
CREATE_LISTENER_FAILED_2
- public static final int CREATE_LISTENER_FAILED_2
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421054 (1,229,066,324)
CREATE_LISTENER_FAILED_3
- public static final int CREATE_LISTENER_FAILED_3
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421055 (1,229,066,325)
CREATE_LISTENER_FAILED_4
- public static final int CREATE_LISTENER_FAILED_4
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421056 (1,229,066,326)
CREATE_LISTENER_FAILED_5
- public static final int CREATE_LISTENER_FAILED_5
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421057 (1,229,066,327)
INVALID_CONNECTION_TYPE
- public static final int INVALID_CONNECTION_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421058 (1,229,066,328)
HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
- public static final int HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421059 (1,229,066,329)
HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
- public static final int HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105A (1,229,066,330)
CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
- public static final int CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105B (1,229,066,331)
NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
- public static final int NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105C (1,229,066,332)
CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
- public static final int CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105D (1,229,066,333)
SERVER_CONNECTIONDATA_IS_INVALID_TYPE
- public static final int SERVER_CONNECTIONDATA_IS_INVALID_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105E (1,229,066,334)
NO_OVERLAP_OF_ENABLED_AND_DESIRED_CIPHER_SUITES
- public static final int NO_OVERLAP_OF_ENABLED_AND_DESIRED_CIPHER_SUITES
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105F (1,229,066,335)
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET
- public static final int CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_CLIENT_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421070 (1,229,066,352)
CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET
- public static final int CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421070 (1,229,066,352)
GETCONNECTION_KEY_RETURNED_FALSE
- public static final int GETCONNECTION_KEY_RETURNED_FALSE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421071 (1,229,066,353)
UNABLE_TO_CREATE_SSL_SOCKET
- public static final int UNABLE_TO_CREATE_SSL_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421072 (1,229,066,354)
SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
- public static final int SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421073 (1,229,066,355)
SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
- public static final int SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421074 (1,229,066,356)
SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
- public static final int SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421075 (1,229,066,357)
UNABLE_TO_CREATE_SSL_SERVER_SOCKET
- public static final int UNABLE_TO_CREATE_SSL_SERVER_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421076 (1,229,066,358)
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
- public static final int CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421077 (1,229,066,359)
INVALID_SERVER_CONNECTION_DATA_TYPE
- public static final int INVALID_SERVER_CONNECTION_DATA_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421078 (1,229,066,360)
GETSERVERCONNECTIONDATA_RETURNED_NULL
- public static final int GETSERVERCONNECTIONDATA_RETURNED_NULL
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421079 (1,229,066,361)
GET_SSL_SESSION_RETURNED_NULL
- public static final int GET_SSL_SESSION_RETURNED_NULL
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107A (1,229,066,362)
GLOBAL_ORB_EXISTS
- public static final int GLOBAL_ORB_EXISTS
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107B (1,229,066,363)
CFW_NO_OUTBOUND_CHAIN_DATA
- public static final int CFW_NO_OUTBOUND_CHAIN_DATA
Applicable CORBA exception classes: org.omg.CORBA.TRANSIENT
Exception details are placed in the exception detail message.
Value: 0x4942107C (1,229,066,364)
CFW_NO_OUTBOUND_CHAIN_NAME
- public static final int CFW_NO_OUTBOUND_CHAIN_NAME
Applicable CORBA exception classes: org.omg.CORBA.TRANSIENT
Exception details are placed in the exception detail message.
Value: 0x4942107D (1,229,066,365)
CFW_PLUGIN_INIT_ERROR
- public static final int CFW_PLUGIN_INIT_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x4942107E (1,229,066,366)
CFW_INVALID_CLASS_INIT
- public static final int CFW_INVALID_CLASS_INIT
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x4942107F (1,229,066,367)
CONNECT_FAILURE_ON_IOEXCEPTION
- public static final int CONNECT_FAILURE_ON_IOEXCEPTION
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421080 (1,229,066,352)
CFW_INVALID_CLASS_HTTP_IN
- public static final int CFW_INVALID_CLASS_HTTP_IN
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F0 (1,229,066,480)
CFW_INVALID_CLASS_HTTP_OUT
- public static final int CFW_INVALID_CLASS_HTTP_OUT
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F1 (1,229,066,481)
CFW_INVALID_CLASS_TUNNEL_IN
- public static final int CFW_INVALID_CLASS_TUNNEL_IN
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F2 (1,229,066,482)
CFW_INVALID_CLASS_TUNNEL_OUT
- public static final int CFW_INVALID_CLASS_TUNNEL_OUT
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F3 (1,229,066,483)
CFW_DEFINE_OUTBOUND_CHAIN_ERROR
- public static final int CFW_DEFINE_OUTBOUND_CHAIN_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F4 (1,229,066,484)
CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
- public static final int CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F5 (1,229,066,485)
CFW_DEFINE_INBOUND_GROUP_ERROR
- public static final int CFW_DEFINE_INBOUND_GROUP_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F6 (1,229,066,486)
CFW_FIND_OUTBOUND_CHAIN_ERROR
- public static final int CFW_FIND_OUTBOUND_CHAIN_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F7 (1,229,066,487)
CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
- public static final int CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F8 (1,229,066,488)
CFW_DEFINE_INBOUND_TUNNEL_ERROR
- public static final int CFW_DEFINE_INBOUND_TUNNEL_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210F9 (1,229,066,489)
CFW_DEFINE_TUNNEL_URI_ERROR
- public static final int CFW_DEFINE_TUNNEL_URI_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210FA (1,229,066,490)
CFW_CHAIN_MANAGER_PROPERTIES_ERROR
- public static final int CFW_CHAIN_MANAGER_PROPERTIES_ERROR
Applicable CORBA exception classes: org.omg.CORBA.INITIALIZE
Exception details are placed in the exception detail message.
Value: 0x494210FB (1,229,066,491)
CFW_KEY_GENERATOR_BAD_PARAM
- public static final int CFW_KEY_GENERATOR_BAD_PARAM
Applicable CORBA exception classes: org.omg.CORBA.BAD_PARAM
Exception details are placed in the exception detail message.
Value: 0x494210FC (1,229,066,492)
CFW_CONNECTION_BAD_IOR
- public static final int CFW_CONNECTION_BAD_IOR
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Exception details are placed in the exception detail message.
Value: 0x494210FD (1,229,066,493)
CFW_CONNECTION_BAD_CHAIN_NAME
- public static final int CFW_CONNECTION_BAD_CHAIN_NAME
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Exception details are placed in the exception detail message.
Value: 0x494210FE (1,229,066,494)
CFW_CONNECTION_BAD_HOST_NAME
- public static final int CFW_CONNECTION_BAD_HOST_NAME
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Exception details are placed in the exception detail message.
Value: 0x494210FF (1,229,066,495)
CFW_CONNECTION_BAD_PORT
- public static final int CFW_CONNECTION_BAD_PORT
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Exception details are placed in the exception detail message.
Value: 0x49421100 (1,229,066,496)
CFW_CONNECTION_BAD_DATA
- public static final int CFW_CONNECTION_BAD_DATA
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Exception details are placed in the exception detail message.
Value: 0x49421101 (1,229,066,497)
Constructor Detail
MinorCodes
- public MinorCodes()
Applicable CORBA exception classes:
org.omg.CORBA.INTERNAL
Value: 0x49421050 (1,229,066,320)