Package org.pipservices3.commons.errors
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pipservices3.commons.errors.ApplicationException
org.pipservices3.commons.errors.ConnectionException
- All Implemented Interfaces:
Serializable
Errors that occur during connections to remote services.
They can be related to misconfiguration, network issues, or the remote service itself.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates an error instance with noresponse error category and assigns its values.ConnectionException
(String correlationId, String code, String message) Creates an error instance and assigns its values. -
Method Summary
Methods inherited from class org.pipservices3.commons.errors.ApplicationException
getCategory, getCauseString, getCode, getCorrelationId, getDetails, getMessage, getStackTraceString, getStatus, setCategory, setCauseString, setCode, setCorrelationId, setDetails, setMessage, setStackTraceString, setStatus, withCause, withCode, withCorrelationId, withDetails, withStackTrace, withStatus, wrap, wrapException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConnectionException
public ConnectionException()Creates an error instance with noresponse error category and assigns its values.- See Also:
-
ConnectionException
Creates an error instance and assigns its values.- Parameters:
correlationId
- (optional) a unique transaction id to trace execution through call chain.code
- (optional) a unique error code. Default: "UNKNOWN"message
- (optional) a human-readable description of the error.- See Also:
-