|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.orbext.MinorCodes
public class MinorCodes
The 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 | |
---|---|
static 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. |
static int |
CAUGHT_EXCEPTION_WHILE_CONFIGURING_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port. |
static int |
CFW_CHAIN_MANAGER_PROPERTIES_ERROR
The ChainManager encountered an exception while trying to parse and configure initial properties. |
static int |
CFW_CONNECTION_BAD_CHAIN_NAME
The ChannelTransport did not have enough information to construct a valid outbound chain. |
static int |
CFW_CONNECTION_BAD_DATA
The ChannelTransport did not have enough information to construct a valid outbound chain. |
static int |
CFW_CONNECTION_BAD_HOST_NAME
The ChannelTransport did not have enough information to construct a valid outbound chain. |
static int |
CFW_CONNECTION_BAD_IOR
The ChannelTransport did not have enough information to construct a valid outbound chain. |
static int |
CFW_CONNECTION_BAD_PORT
The ChannelTransport did not have enough information to construct a valid outbound chain. |
static int |
CFW_DEFINE_INBOUND_GROUP_ERROR
No inbound chains could be found or configured. |
static int |
CFW_DEFINE_INBOUND_GROUP_NO_CHAINS
No inbound chains could be found or configured. |
static int |
CFW_DEFINE_INBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add inbound tunneling chains. |
static int |
CFW_DEFINE_OUTBOUND_CHAIN_ERROR
The ChainManager could not define an outbound chain. |
static int |
CFW_DEFINE_OUTBOUND_TUNNEL_ERROR
The ChainManager encountered an exception while trying to add outbound tunneling chains. |
static int |
CFW_DEFINE_TUNNEL_URI_ERROR
The ChainManager encountered an exception while trying to construct the tunneling URI. |
static int |
CFW_FIND_OUTBOUND_CHAIN_ERROR
The ChainManager encountered an exception while trying to discover pre-configured outbound chains. |
static int |
CFW_INVALID_CLASS_HTTP_IN
The ChannelTransport is not able to load or create an instance of a required class. |
static int |
CFW_INVALID_CLASS_HTTP_OUT
The ChannelTransport is not able to load or create an instance of a required class. |
static int |
CFW_INVALID_CLASS_INIT
The ChannelTransport is not able to load or create an instance of a required class. |
static int |
CFW_INVALID_CLASS_TUNNEL_IN
The ChannelTransport is not able to load or create an instance of a required class. |
static int |
CFW_INVALID_CLASS_TUNNEL_OUT
The ChannelTransport is not able to load or create an instance of a required class. |
static int |
CFW_KEY_GENERATOR_BAD_PARAM
A bad parameter was encounteded while initializing an outbound connection key generator. |
static int |
CFW_NO_OUTBOUND_CHAIN_DATA
The required data to construct an outbound IIOP chain is missing. |
static int |
CFW_NO_OUTBOUND_CHAIN_NAME
The chain name of an outbound chain found by ChainManager is null. |
static int |
CFW_PLUGIN_INIT_ERROR
The ChannelTransport encountered an error condition while being initialized. |
static int |
CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a client connection. |
static int |
CONNECT_FAILURE_ON_IOEXCEPTION
Could not make an outbound SSL connection because of a IOException either with the server-side SSL socket. |
static 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. |
static int |
CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
Could not instatiate the class specified for the connection interceptor. |
static int |
COULD_NOT_INSTANTIATE_CLIENT_SSL_SOCKET_FACTORY
Could not instantiate a client SSL socket factory. |
static int |
COULD_NOT_INSTANTIATE_SERVER_SSL_SOCKET_FACTORY
Could not instantiate a server SSL socket factory. |
static int |
CREATE_LISTENER_FAILED_1
Could not create a TCP/IP server socket. |
static int |
CREATE_LISTENER_FAILED_2
Could not create an SSL server socket. |
static int |
CREATE_LISTENER_FAILED_3
An unsupported connection type was provided for creating a server socket. |
static int |
CREATE_LISTENER_FAILED_4
Could not open a server socket or could not create a listener thread. |
static int |
CREATE_LISTENER_FAILED_5
Reserved for future use. |
static int |
GET_SSL_SESSION_RETURNED_NULL
A handshake failure occurred either on the client-side or server-side of the SSL connection. |
static int |
GETCONNECTION_KEY_RETURNED_FALSE
A problem occurred while trying to determine the type of connection to make. |
static int |
GETSERVERCONNECTIONDATA_RETURNED_NULL
A problem occurred obtaining the server connection data while initializing the transports. |
static int |
GLOBAL_ORB_EXISTS
An ORB already exists for the application. |
static int |
HTTP_READER_FAILURE
Cannot create an HTTP reader thread. |
static int |
HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
An input stream was not set, so operations cannot be performed upon it. |
static int |
HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
An output stream was not set, so operations cannot be performed upon it. |
static int |
HTTPOUTPUTSTREAM_WRITE
The HTTPOutputStream write method was called but it is not implemented. |
static int |
INVALID_CONNECTION_TYPE
An unsupported connection type was provided for adding connection information to a server profile. |
static int |
INVALID_SERVER_CONNECTION_DATA_TYPE
An unsupported connection type was provided for a creating a server connection. |
static int |
NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
The connection data class exists, but there is no information in it. |
static 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. |
static int |
SERVER_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a server connection. |
static 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. |
static int |
SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
The SSL configuration "requires" value from the target IOR does not contain a valid value. |
static int |
SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
The SSL configuration "supports" value from the target IOR does not contain a valid value. |
static int |
UNABLE_TO_CREATE_SSL_SERVER_SOCKET
A problem occurred trying to open a server-side SSL listener port. |
static int |
UNABLE_TO_CREATE_SSL_SOCKET
Currently unused. |
static int |
WRITE_ERROR_SEND_1
The client tunnel agent URL cannot be found. |
Constructor Summary | |
---|---|
MinorCodes()
|
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 HTTP_READER_FAILURE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421050 (1,229,066,320)
public static final int WRITE_ERROR_SEND_1
Applicable CORBA exception classes: org.omg.CORBA.COMM_FAILURE
Value: 0x49421050 (1,229,066,320)
public static final int HTTPOUTPUTSTREAM_WRITE
Applicable CORBA exception classes: org.omg.CORBA.NO_IMPLEMENT
Value: 0x49421050 (1,229,066,320)
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)
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)
public static final int CREATE_LISTENER_FAILED_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421053 (1,229,066,323)
public static final int CREATE_LISTENER_FAILED_2
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421054 (1,229,066,324)
public static final int CREATE_LISTENER_FAILED_3
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421055 (1,229,066,325)
public static final int CREATE_LISTENER_FAILED_4
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421056 (1,229,066,326)
public static final int CREATE_LISTENER_FAILED_5
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421057 (1,229,066,327)
public static final int INVALID_CONNECTION_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421058 (1,229,066,328)
public static final int HTTPINPUTSTREAM_NO_ACTIVEINPUTSTREAM
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421059 (1,229,066,329)
public static final int HTTPOUTPUTSTREAM_NO_OUTPUTSTREAM
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105A (1,229,066,330)
public static final int CONNECTIONINTERCEPTOR_INVALID_CLASSNAME
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105B (1,229,066,331)
public static final int NO_CONNECTIONDATA_IN_CONNECTIONDATACARRIER
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105C (1,229,066,332)
public static final int CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105D (1,229,066,333)
public static final int SERVER_CONNECTIONDATA_IS_INVALID_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942105E (1,229,066,334)
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)
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)
public static final int CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421070 (1,229,066,352)
public static final int GETCONNECTION_KEY_RETURNED_FALSE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421071 (1,229,066,353)
public static final int UNABLE_TO_CREATE_SSL_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421072 (1,229,066,354)
public static final int SSLSERVERSOCKET_TARGET_SUPPORTS_LESS_THAN_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421073 (1,229,066,355)
public static final int SSLSERVERSOCKET_TARGET_REQUIRES_LESS_THAN_1
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421074 (1,229,066,356)
public static final int SSLSERVERSOCKET_TARGET_LESS_THAN_TARGET_REQUIRES
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421075 (1,229,066,357)
public static final int UNABLE_TO_CREATE_SSL_SERVER_SOCKET
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421076 (1,229,066,358)
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)
public static final int INVALID_SERVER_CONNECTION_DATA_TYPE
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421078 (1,229,066,360)
public static final int GETSERVERCONNECTIONDATA_RETURNED_NULL
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421079 (1,229,066,361)
public static final int GET_SSL_SESSION_RETURNED_NULL
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107A (1,229,066,362)
public static final int GLOBAL_ORB_EXISTS
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x4942107B (1,229,066,363)
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)
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)
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)
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)
public static final int CONNECT_FAILURE_ON_IOEXCEPTION
Applicable CORBA exception classes: org.omg.CORBA.INTERNAL
Value: 0x49421080 (1,229,066,352)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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 |
---|
public MinorCodes()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |