public class UnsealConnectorException extends TechnicalConnectorException
Constructor and Description |
---|
UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
be.fgov.ehealth.etee.crypto.status.CryptoResult<?> result,
Object... params)
Creates a new UnsealConnectorException.
|
UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
Throwable e,
Object... params) |
Modifier and Type | Method and Description |
---|---|
be.fgov.ehealth.etee.crypto.status.CryptoResult<?> |
getUnsealResult() |
getCategory
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue, be.fgov.ehealth.etee.crypto.status.CryptoResult<?> result, Object... params)
errorCodeValue
- an entry from UnsealConnectorExceptionValues enumerationresult
- the unseal resultparams
- the strings that complete the errorCodeValue messagepublic UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
errorCodeValue
- an entry from UnsealConnectorExceptionValues enumeratione
- the initial exceptionparams
- the strings that complete the errorCodeValue message
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.