| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.security.crypto.cmp.transport.ErrorTCPMsg.Code
oracle.security.crypto.cmp.transport.ErrorTCPMsg.Code
public static class ErrorTCPMsg.Code
Error types consisting of a major category code and a minor error type code.
| Field Summary | |
|---|---|
| static int | CLIENT_ERRORMajor category 0x02 indicating a client-side error. | 
| static ErrorTCPMsg.Code | GENERAL_CLIENT_ERRORCLIENT_ERROR minor category 0x00 indicating a general client-side error. | 
| static ErrorTCPMsg.Code | GENERAL_SERVER_ERRORSERVER_ERROR minor category 0x00 indicating a general server-side error. | 
| static ErrorTCPMsg.Code | INVALID_MESSAGE_TYPECLIENT_ERROR minor category 0x01 indicating a client-side invalid TCP message type error. | 
| static ErrorTCPMsg.Code | INVALID_POLL_IDCLIENT_ERROR minor category 0x02 indicating a client-side invalid TCP message polling ID error. | 
| static int | SERVER_ERRORMajor category 0x03 indicating a server-side error. | 
| static int | VERSION_NEGOTIATIONMajor category 0x01 indicating that the error is in TCP-message version negotiation. | 
| static ErrorTCPMsg.Code | VERSION_NOT_SUPPORTEDVERSION_NEGOTIATION minor category 0x01 indicating that the TCP message version is not supported. | 
| Method Summary | |
|---|---|
|  int | getMajor() | 
|  int | getMinor() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int VERSION_NEGOTIATION
public static final int CLIENT_ERROR
public static final int SERVER_ERROR
public static final ErrorTCPMsg.Code VERSION_NOT_SUPPORTED
public static final ErrorTCPMsg.Code GENERAL_CLIENT_ERROR
public static final ErrorTCPMsg.Code INVALID_MESSAGE_TYPE
public static final ErrorTCPMsg.Code INVALID_POLL_ID
public static final ErrorTCPMsg.Code GENERAL_SERVER_ERROR
| Method Detail | 
|---|
public int getMajor()
public int getMinor()
public java.lang.String toString()
toString in class java.lang.Object| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||