public class TechnicalConnectorException extends ConnectorException
Constructor and Description |
---|
TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue,
Object... params)
Creates a new TechnicalConnectorException.
|
TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue,
Throwable e,
Object... params)
Creates a new TechnicalConnectorException.
|
Modifier and Type | Method and Description |
---|---|
TechnicalConnectorExceptionValues |
getCategory() |
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue, Object... params)
errorCodeValue
- an entry from TechnicalConnectorExceptionValues enumerationparams
- the strings that complete the errorCodeValue messagepublic TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
errorCodeValue
- an entry from TechnicalConnectorExceptionValues enumeratione
- the initial exceptionparams
- the strings that complete the errorCodeValue messagepublic TechnicalConnectorExceptionValues getCategory()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.