public static enum OSCIExceptionCodes.OSCIErrorCodes extends java.lang.Enum<OSCIExceptionCodes.OSCIErrorCodes> implements OSCIExceptionCodes.OSCIExceptionCodesI
Modifier and Type | Method and Description |
---|---|
static OSCIExceptionCodes.OSCIErrorCodes |
fromErrorCode(java.lang.String errorCode) |
java.lang.String |
getOSCICode()
Liefert den Eingestellten OSCI Error Code
|
OSCIExceptionCodes.OSCIFeedBackTypes |
getOSCIFeedBackTypes()
Returns the type of the Error code from the type OSCIFeedBackTypes
|
static OSCIExceptionCodes.OSCIErrorCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSCIExceptionCodes.OSCIErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSCIExceptionCodes.OSCIErrorCodes RequestNotSigned
public static final OSCIExceptionCodes.OSCIErrorCodes SignatureInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes NotAllRelevantPartsSigned
public static final OSCIExceptionCodes.OSCIErrorCodes InternalErrorSignatureCheck
public static final OSCIExceptionCodes.OSCIErrorCodes SigCertClientInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes SigCertClientRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes SignatureOfAuthorEncCertInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes EncCertAuthorRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes SignatureOfRecipientEncCertInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes EncCertRecipientRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes SignatureOfReaderEncCertInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes EncCertReaderRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes InternalErrorWhileCertCheck
public static final OSCIExceptionCodes.OSCIErrorCodes SigCertOfRecipientInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes SigCertOfRecipientRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes NoMessageID
public static final OSCIExceptionCodes.OSCIErrorCodes IllegalMessageId
public static final OSCIExceptionCodes.OSCIErrorCodes NoExplicitDialog
public static final OSCIExceptionCodes.OSCIErrorCodes NoDeliveryPresent
public static final OSCIExceptionCodes.OSCIErrorCodes NoProcessCardsPresent
public static final OSCIExceptionCodes.OSCIErrorCodes DeliveryNotAcceptedByRecipient
public static final OSCIExceptionCodes.OSCIErrorCodes NoResponseAvailableByRecipient
public static final OSCIExceptionCodes.OSCIErrorCodes RecipientsSignatureWrong
public static final OSCIExceptionCodes.OSCIErrorCodes InternalErrorByRecipient
public static final OSCIExceptionCodes.OSCIErrorCodes InternalForwardingErrorNoDelivery
public static final OSCIExceptionCodes.OSCIErrorCodes InternalForwardingErrorDelivered
public static final OSCIExceptionCodes.OSCIErrorCodes InternalErrorSupplier
public static final OSCIExceptionCodes.OSCIErrorCodes DuplicateChunk
public static final OSCIExceptionCodes.OSCIErrorCodes WrongChunkNumber
public static final OSCIExceptionCodes.OSCIErrorCodes WrongMaxChunkSize
public static final OSCIExceptionCodes.OSCIErrorCodes WrongMinChunkSize
public static final OSCIExceptionCodes.OSCIErrorCodes WrongMaxMessageSize
public static final OSCIExceptionCodes.OSCIErrorCodes WrongChunkInformation
public static final OSCIExceptionCodes.OSCIErrorCodes ContainingInsideFeedbackError
public static final OSCIExceptionCodes.OSCIErrorCodes OSCIMsgStructureNotValid
public static final OSCIExceptionCodes.OSCIErrorCodes NoEncKeyPresentOnMessgeLevel
public static final OSCIExceptionCodes.OSCIErrorCodes EncCertMessageLevelRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes CouldNotDecryptRequestData
public static final OSCIExceptionCodes.OSCIErrorCodes NoValidRequestData
public static final OSCIExceptionCodes.OSCIErrorCodes WrongControlBlock
public static final OSCIExceptionCodes.OSCIErrorCodes NoEncCertInRequestData
public static final OSCIExceptionCodes.OSCIErrorCodes SignatureOfClientEncCertInvalid
public static final OSCIExceptionCodes.OSCIErrorCodes EncCertClientRevoked
public static final OSCIExceptionCodes.OSCIErrorCodes SoapServerInternalErrorSupplierOnEncCertClient
public static final OSCIExceptionCodes.OSCIErrorCodes SoapServerInternalErrorSupplier
public static OSCIExceptionCodes.OSCIErrorCodes[] values()
for (OSCIExceptionCodes.OSCIErrorCodes c : OSCIExceptionCodes.OSCIErrorCodes.values()) System.out.println(c);
public static OSCIExceptionCodes.OSCIErrorCodes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getOSCICode()
getOSCICode
in interface OSCIExceptionCodes.OSCIExceptionCodesI
public OSCIExceptionCodes.OSCIFeedBackTypes getOSCIFeedBackTypes()
getOSCIFeedBackTypes
in interface OSCIExceptionCodes.OSCIExceptionCodesI
public static OSCIExceptionCodes.OSCIErrorCodes fromErrorCode(java.lang.String errorCode)
Copyright © 2017. All Rights Reserved.