be.ehealth.technicalconnector.exception
Class UnsealConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.ehealth.technicalconnector.exception.ConnectorException
be.ehealth.technicalconnector.exception.TechnicalConnectorException
be.ehealth.technicalconnector.exception.UnsealConnectorException
- All Implemented Interfaces:
- Serializable
public class UnsealConnectorException
- extends TechnicalConnectorException
Exception class for Unseal connector exceptions.
- See Also:
- Serialized Form
|
Method Summary |
be.fgov.ehealth.etee.crypto.status.CryptoResult<?> |
getUnsealResult()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsealConnectorException
public UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
be.fgov.ehealth.etee.crypto.status.CryptoResult<?> result,
Object... params)
- Creates a new UnsealConnectorException.
- Parameters:
errorCodeValue - an entry from UnsealConnectorExceptionValues enumerationresult - the unseal resultparams - the strings that complete the errorCodeValue message
UnsealConnectorException
public UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
Throwable e,
Object... params)
- Parameters:
errorCodeValue - an entry from UnsealConnectorExceptionValues enumeratione - the initial exceptionparams - the strings that complete the errorCodeValue message
getUnsealResult
public final be.fgov.ehealth.etee.crypto.status.CryptoResult<?> getUnsealResult()
- Returns:
- the result
Connector Packaging generic 3.19.1 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.