public class CAdESException extends AdESException
...
handlers=java.util.logging.ConsoleHandler
...
.level= INFO
...
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = FINER
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
...
ru.CryptoPro.JCP.tools.JCPLogger.level = FINE
ru.CryptoPro.JCP.tools.JCPLogger.handlers = java.util.logging.FileHandler
ecAlgorithmMismatch, ecArchiveTimestampV3WrongImprint, ecATSHashIndexCreatingFailure, ecBuilderPKIXInvalidChain, ecBuilderRootIsAbsent, ecBuilderRootIsUntrusted, ecCAdESACreatingFailure, ecCAdESADateMismatch, ecCAdESAEnhancingFailure, ecCAdESANoIdenticDigAlgFailure, ecCAdESAVerifingFailure, ecCertificateChainIsNull, ecCertificateExpiredOrNotYetValid, ecClosingInputDataContextFailed, ecClosingOutputContextFailed, ecClosingSignatureFailed, ecFinderCertificateIsNull, ecFinderListIsNull, ecFinderWrongCertRef, ecFinderWrongCrlRef, ecFinderWrongOcspRef, ecGetMessageDigestFailure, ecInternal, ecInvalidATSHashIndex, ecKeyMismatch, ecNodeDecodingFailed, ecNodeEncodingFailed, ecNodeInvalidContent, ecNodeNotFound, ecNormalizingFailed, ecOnlineCallFailed, ecOpeningOutputContextFailed, ecParserIsNull, ecParserSigningCertificateConflict, ecParserSigningCertificateIsNull, ecParserWrongCertRef, ecParserWrongCrlRef, ecParserWrongOcspRef, ecReplacingSignatureCertificatesAndCRLsFailed, ecReplacingSignatureSignersFailed, ecRevocationCertificateStatusIsRevoked, ecRevocationCertificateStatusIsUnknown, ecRevocationCertificateStatusIsUnknownOrRevoked, ecRevocationCRLNotSuitable, ecRevocationCRLWrongNextUpdate, ecRevocationCRLWrongThisUpdate, ecRevocationInvalidCRL, ecRevocationInvalidOCSP, ecRevocationIsNull, ecRevocationWrongCertificateConstraints, ecRevocationWrongCertRef, ecRevocationWrongOcspResponsePeriod, ecSignatureFailed, ecSignatureGeneratorUndefined, ecSignatureInputStreamUndefined, ecSignatureInvalid, ecSignatureMarshallingFailed, ecSignatureOutputStreamUndefined, ecSignaturePrivateKeyUsagePeriodExpiredOrNotYetValid, ecSignatureSignedDataIsNull, ecSignatureSignerIsNull, ecSignatureUnsupported, ecSignatureWrongAttributeCount, ecSignerCertificateIsNull, ecSignerWrongCountersignature, ecSuccess, ecTimestampInvalid, ecTimestampNotFound, ecTimestampWrongImprint, ecUnexpectedTimestampCount, ecUnknown, ecWrongCertificateChain, ecWrongKeyUsage
Constructor and Description |
---|
CAdESException(java.lang.Exception e,
java.lang.Integer errorCode)
Конструктор.
|
CAdESException(java.lang.Integer errorCode)
Конструктор.
|
CAdESException(java.lang.String msg,
java.lang.Exception e,
java.lang.Integer errorCode)
Конструктор.
|
CAdESException(java.lang.String msg,
java.lang.Integer... errorCodes)
Конструктор.
|
getErrorCode, getErrorCodeList, getErrorCodeName, getMessage, toString
public CAdESException(java.lang.String msg, java.lang.Integer... errorCodes)
msg
- Сообщение исключения.errorCodes
- Список кодов ошибок.public CAdESException(java.lang.Integer errorCode)
errorCode
- Код ошибки.public CAdESException(java.lang.Exception e, java.lang.Integer errorCode)
e
- Исключение.errorCode
- Код ошибки.public CAdESException(java.lang.String msg, java.lang.Exception e, java.lang.Integer errorCode)
msg
- Сообщение исключения.e
- Исключение.errorCode
- Код ошибки.