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() |
getCategorygetErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.