com.iplanet.trustbase.initiator
Class ExceptionCodes

java.lang.Object
  |
  +--com.iplanet.trustbase.initiator.ExceptionCodes

public class ExceptionCodes
extends java.lang.Object


Field Summary
static java.lang.String CSC_CANNOT_CHECK_ROOT
          An attempt was made to check the root certificate this is not and supported in the protocol.
static java.lang.String CSC_CLASS_LOAD
          Unable to load the specified class This exception code MAY include the class name in string form as an argument.
static java.lang.String CSC_COULD_NOT_CREATE_DATA_CONVERTER
           
static java.lang.String CSC_COULD_NOT_DECODE_PKCS7_BLOCK
          Could not extract certificates or signature from pkcs7 signed block.
static java.lang.String CSC_HTTP_CONNECT_FAILED
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_NO_MIME_TYPE
          No mime type specified for message type.
static java.lang.String CSC_HTTP_NO_ROUTE_TO_HOST
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_OPEN_CONNECTION_FAILED
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_PROTOCOL_ERROR
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_READ_FAILED
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_SOCKET_ERROR
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_UNKNOWN_HOST
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_HTTP_WRITE_FAILED
          The location to transmit to could not be opened - This exception code will include the location in string form as an argument.
static java.lang.String CSC_IDENTRUS_GEN_ERROR
          Could not correctly generate an identrus message.
static java.lang.String CSC_IDENTRUS_INVALID_RESPONSE_MESSAGE
          Could not parse the response message.
static java.lang.String CSC_IDENTRUS_MESSAGE_ERROR
          Could not correctly generate an identrus message.
static java.lang.String CSC_IDENTRUS_OCSP_BASE64_ERROR
          Could not correctly generate an identrus message.
static java.lang.String CSC_IDENTRUS_SIGNATURE_ERROR
          Could not generate an identrus signature for the message.
static java.lang.String CSC_IDENTRUS_TXID_ERROR
          Could not generate a unique transaction id for the identrus transaction.
static java.lang.String CSC_INVALID_MESSAGE_FACTORY
          The selected message factory for the specified oid does not appear to be valid This exception code will include the classname in string form as an argument.
static java.lang.String CSC_INVALID_PROTOCOL_VERSION
          A Requested protocol version is not supported or has not been initialised.
static java.lang.String CSC_INVALID_SIGNATURE_ON_PKCS7_SIGNED_BLOCK
          Invalid signature on given pkcs7 signed block.
static java.lang.String CSC_INVALID_TRANSPORT_ADAPTER
          The transport adapter selected for the location appears to be an invalid class.
static java.lang.String CSC_MALFORMED_URL
          The location to transmit to is not a valid URL This Exception code will include the location in String form as an argument.
static java.lang.String CSC_MISSING_AIA
          An aia which was expected has not been specified.
static java.lang.String CSC_MISSING_SIGNINGCHAIN_FROM_RESPONSE
          No signing chain was given in the response.
static java.lang.String CSC_NO_CERTIFICATES_TO_CHECK
          No Certificates where given to check
static java.lang.String CSC_NO_DEFAULT_LOCATION
          The location to send data cannot be determined.
static java.lang.String CSC_NO_DEFAULT_MESSAGE_FACTORY
          A message factory could not be located for the specified oid.
static java.lang.String CSC_NO_STATUSES_RECEIVED
          No status's where provided to validate.
static java.lang.String CSC_OCSP_ASN1_BUILD_ERROR
          There was an error constructing the ASN1 elements for transmission.
static java.lang.String CSC_OCSP_ASN1_ERROR
          There was a failure to encode or decode an ASN structure.
static java.lang.String CSC_OCSP_NO_RESPONSE_DATA
          The ocsp response does not provide any ocsp response data.
static java.lang.String CSC_OCSP_NO_RESPONSE_SIGNATURE
          The ocsp response was signed we have been asked to validate the response and the response did not have a signature.
static java.lang.String CSC_OCSP_OCSP_BUILD_ERROR
          There was an erorr generating the OCSP Message for transmission.
static java.lang.String CSC_OCSP_OCSP_ERROR
          There was error translating the ASN into an OCSP message or vice versa.
static java.lang.String CSC_OCSP_RESPONSE_SIGNER_COULD_NOT_BE_FOUND
          A response signer could not be found for the ocsp
static java.lang.String CSC_OCSP_SIGNING_CERT_NOT_TRUSTED
          The response signer is not a trusted signer -- It is not part of the verification chains provided.
static java.lang.String CSC_OCSP_X509_ERROR
          An X50(x) error occured while attempting to prepare the message for transmission.
static java.lang.String CSC_ONLY_SINGLE_CERTIFICATE_SIGNING
          An ocsp responder replied with only a single certificate - it is not possible to check its signing certificate and acquire proof is turned on!.
static java.lang.String CSC_RECEIVED_BAD_STATUS_PROOF_CERT
          One of the required proofs has an unacceptable status.
static java.lang.String CSC_RECEIVED_BAD_STATUS_REQUEST_CERT
          One of the requested certificates has an unacceptable status.
static java.lang.String CSC_RECEIVED_ERROR_CERT_STATUS
          A CertStatus reporting an error is among the returned status's
static java.lang.String CSC_RECEIVED_MISMATCHED_NONCE
          The nonce in the responses was not the same as that set in the request.
static java.lang.String CSC_RECEIVED_OLD_STATUS_PROOF_CERT
          One of the required proofs is too old to be acceptable.
static java.lang.String CSC_STATUS_MISSING_FOR_PROOF_CERT
          One of the required proofs does not have a specific status.
static java.lang.String CSC_STATUS_MISSING_FOR_REQUEST_CERT
          One of certificates requested does not have a specific status.
static java.lang.String CSC_TRANSPORT_UNSPECIFIED
          The location to transmit to could not have an appropriate transport adapter assigned to it.
static java.lang.String CSC_UNIMPLEMENTED
          The method called has not been implemented.
 
Constructor Summary
ExceptionCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSC_INVALID_SIGNATURE_ON_PKCS7_SIGNED_BLOCK

public static final java.lang.String CSC_INVALID_SIGNATURE_ON_PKCS7_SIGNED_BLOCK
Invalid signature on given pkcs7 signed block.

CSC_COULD_NOT_DECODE_PKCS7_BLOCK

public static final java.lang.String CSC_COULD_NOT_DECODE_PKCS7_BLOCK
Could not extract certificates or signature from pkcs7 signed block.

CSC_UNIMPLEMENTED

public static final java.lang.String CSC_UNIMPLEMENTED
The method called has not been implemented.

CSC_INVALID_PROTOCOL_VERSION

public static final java.lang.String CSC_INVALID_PROTOCOL_VERSION
A Requested protocol version is not supported or has not been initialised. This will be accompied by 2 Strings - String 1 the protocol , String 2 - the version.

CSC_NO_STATUSES_RECEIVED

public static final java.lang.String CSC_NO_STATUSES_RECEIVED
No status's where provided to validate.

CSC_NO_CERTIFICATES_TO_CHECK

public static final java.lang.String CSC_NO_CERTIFICATES_TO_CHECK
No Certificates where given to check

CSC_RECEIVED_ERROR_CERT_STATUS

public static final java.lang.String CSC_RECEIVED_ERROR_CERT_STATUS
A CertStatus reporting an error is among the returned status's

CSC_RECEIVED_MISMATCHED_NONCE

public static final java.lang.String CSC_RECEIVED_MISMATCHED_NONCE
The nonce in the responses was not the same as that set in the request.

CSC_MISSING_SIGNINGCHAIN_FROM_RESPONSE

public static final java.lang.String CSC_MISSING_SIGNINGCHAIN_FROM_RESPONSE
No signing chain was given in the response.

CSC_STATUS_MISSING_FOR_REQUEST_CERT

public static final java.lang.String CSC_STATUS_MISSING_FOR_REQUEST_CERT
One of certificates requested does not have a specific status.

CSC_RECEIVED_BAD_STATUS_REQUEST_CERT

public static final java.lang.String CSC_RECEIVED_BAD_STATUS_REQUEST_CERT
One of the requested certificates has an unacceptable status.

CSC_RECEIVED_BAD_STATUS_PROOF_CERT

public static final java.lang.String CSC_RECEIVED_BAD_STATUS_PROOF_CERT
One of the required proofs has an unacceptable status.

CSC_RECEIVED_OLD_STATUS_PROOF_CERT

public static final java.lang.String CSC_RECEIVED_OLD_STATUS_PROOF_CERT
One of the required proofs is too old to be acceptable.

CSC_STATUS_MISSING_FOR_PROOF_CERT

public static final java.lang.String CSC_STATUS_MISSING_FOR_PROOF_CERT
One of the required proofs does not have a specific status.

CSC_MISSING_AIA

public static final java.lang.String CSC_MISSING_AIA
An aia which was expected has not been specified.

CSC_NO_DEFAULT_LOCATION

public static final java.lang.String CSC_NO_DEFAULT_LOCATION
The location to send data cannot be determined.

CSC_MALFORMED_URL

public static final java.lang.String CSC_MALFORMED_URL
The location to transmit to is not a valid URL This Exception code will include the location in String form as an argument.

CSC_HTTP_OPEN_CONNECTION_FAILED

public static final java.lang.String CSC_HTTP_OPEN_CONNECTION_FAILED
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_CONNECT_FAILED

public static final java.lang.String CSC_HTTP_CONNECT_FAILED
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_NO_ROUTE_TO_HOST

public static final java.lang.String CSC_HTTP_NO_ROUTE_TO_HOST
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_PROTOCOL_ERROR

public static final java.lang.String CSC_HTTP_PROTOCOL_ERROR
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_SOCKET_ERROR

public static final java.lang.String CSC_HTTP_SOCKET_ERROR
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_UNKNOWN_HOST

public static final java.lang.String CSC_HTTP_UNKNOWN_HOST
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_WRITE_FAILED

public static final java.lang.String CSC_HTTP_WRITE_FAILED
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_HTTP_READ_FAILED

public static final java.lang.String CSC_HTTP_READ_FAILED
The location to transmit to could not be opened - This exception code will include the location in string form as an argument.

CSC_TRANSPORT_UNSPECIFIED

public static final java.lang.String CSC_TRANSPORT_UNSPECIFIED
The location to transmit to could not have an appropriate transport adapter assigned to it. This exception code will include the locstion in String form as an argument.

CSC_INVALID_TRANSPORT_ADAPTER

public static final java.lang.String CSC_INVALID_TRANSPORT_ADAPTER
The transport adapter selected for the location appears to be an invalid class. This exception code will include the class name in string form as an argument.

CSC_NO_DEFAULT_MESSAGE_FACTORY

public static final java.lang.String CSC_NO_DEFAULT_MESSAGE_FACTORY
A message factory could not be located for the specified oid. This exception code will include the default oid in string form as an argument.

CSC_INVALID_MESSAGE_FACTORY

public static final java.lang.String CSC_INVALID_MESSAGE_FACTORY
The selected message factory for the specified oid does not appear to be valid This exception code will include the classname in string form as an argument.

CSC_CLASS_LOAD

public static final java.lang.String CSC_CLASS_LOAD
Unable to load the specified class This exception code MAY include the class name in string form as an argument.

CSC_HTTP_NO_MIME_TYPE

public static final java.lang.String CSC_HTTP_NO_MIME_TYPE
No mime type specified for message type. This exception code will include the location and messagetype in string form as arguments.

CSC_OCSP_ASN1_ERROR

public static final java.lang.String CSC_OCSP_ASN1_ERROR
There was a failure to encode or decode an ASN structure. This exception code MAY include the message as a byte array as an argument.

CSC_OCSP_OCSP_ERROR

public static final java.lang.String CSC_OCSP_OCSP_ERROR
There was error translating the ASN into an OCSP message or vice versa. This exception code will include the message as a byte array as an argument.

CSC_OCSP_OCSP_BUILD_ERROR

public static final java.lang.String CSC_OCSP_OCSP_BUILD_ERROR
There was an erorr generating the OCSP Message for transmission.

CSC_OCSP_ASN1_BUILD_ERROR

public static final java.lang.String CSC_OCSP_ASN1_BUILD_ERROR
There was an error constructing the ASN1 elements for transmission.

CSC_OCSP_X509_ERROR

public static final java.lang.String CSC_OCSP_X509_ERROR
An X50(x) error occured while attempting to prepare the message for transmission.

CSC_OCSP_NO_RESPONSE_SIGNATURE

public static final java.lang.String CSC_OCSP_NO_RESPONSE_SIGNATURE
The ocsp response was signed we have been asked to validate the response and the response did not have a signature.

CSC_OCSP_NO_RESPONSE_DATA

public static final java.lang.String CSC_OCSP_NO_RESPONSE_DATA
The ocsp response does not provide any ocsp response data.

CSC_OCSP_RESPONSE_SIGNER_COULD_NOT_BE_FOUND

public static final java.lang.String CSC_OCSP_RESPONSE_SIGNER_COULD_NOT_BE_FOUND
A response signer could not be found for the ocsp

CSC_OCSP_SIGNING_CERT_NOT_TRUSTED

public static final java.lang.String CSC_OCSP_SIGNING_CERT_NOT_TRUSTED
The response signer is not a trusted signer -- It is not part of the verification chains provided.

CSC_IDENTRUS_TXID_ERROR

public static final java.lang.String CSC_IDENTRUS_TXID_ERROR
Could not generate a unique transaction id for the identrus transaction.

CSC_IDENTRUS_SIGNATURE_ERROR

public static final java.lang.String CSC_IDENTRUS_SIGNATURE_ERROR
Could not generate an identrus signature for the message.

CSC_IDENTRUS_MESSAGE_ERROR

public static final java.lang.String CSC_IDENTRUS_MESSAGE_ERROR
Could not correctly generate an identrus message.

CSC_IDENTRUS_GEN_ERROR

public static final java.lang.String CSC_IDENTRUS_GEN_ERROR
Could not correctly generate an identrus message.

CSC_IDENTRUS_OCSP_BASE64_ERROR

public static final java.lang.String CSC_IDENTRUS_OCSP_BASE64_ERROR
Could not correctly generate an identrus message.

CSC_IDENTRUS_INVALID_RESPONSE_MESSAGE

public static final java.lang.String CSC_IDENTRUS_INVALID_RESPONSE_MESSAGE
Could not parse the response message. There was an error in the XML encoding.

CSC_CANNOT_CHECK_ROOT

public static final java.lang.String CSC_CANNOT_CHECK_ROOT
An attempt was made to check the root certificate this is not and supported in the protocol.

CSC_ONLY_SINGLE_CERTIFICATE_SIGNING

public static final java.lang.String CSC_ONLY_SINGLE_CERTIFICATE_SIGNING
An ocsp responder replied with only a single certificate - it is not possible to check its signing certificate and acquire proof is turned on!.

CSC_COULD_NOT_CREATE_DATA_CONVERTER

public static final java.lang.String CSC_COULD_NOT_CREATE_DATA_CONVERTER
Constructor Detail

ExceptionCodes

public ExceptionCodes()