public class DiscoveryServiceException extends ConnectorCheckedException
| Constructor and Description |
|---|
DiscoveryServiceException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating a DiscoveryServiceException.
|
DiscoveryServiceException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating a DiscoveryServiceException in response to a previous exception.
|
DiscoveryServiceException(String errorMessage,
ConnectorCheckedException template)
This is the copy/clone constructor used for creating an exception.
|
equals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DiscoveryServiceException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic DiscoveryServiceException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
messageDefinition - content of messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - the error that resulted in this exception.public DiscoveryServiceException(String errorMessage, ConnectorCheckedException template)
errorMessage - associated messagetemplate - object to copyCopyright © 2018–2020 ODPi. All rights reserved.