|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.orbext.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 |
CLIENT_CONNECTIONDATA_IS_INVALID_TYPE
An unsupported connection type was provided for a client connection. |
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()
|
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 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 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)
Constructor Detail |
public MinorCodes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |