public static class Discoverable.DiscoveryException extends Exception
Constructor and Description |
---|
DiscoveryException(String errorCode,
String msg)
Exception thrown if there is an error during discovery.
|
DiscoveryException(String errorCode,
String msg,
Throwable t)
Exception thrown if there is an error during discovery.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns the error code of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DiscoveryException(String errorCode, String msg)
errorCode
- the code of the errormsg
- the error message for the exceptionpublic String getErrorCode()
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.