public class NetworkException extends TechnicalException
Constructor and Description |
---|
NetworkException(String message,
String serviceUrl,
ServiceType serviceType) |
NetworkException(String message,
String serviceUrl,
ServiceType serviceType,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ServiceType |
getServiceType() |
String |
getServiceUrl() |
getErrorCode, getSignatureId, setSignatureId, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NetworkException(String message, String serviceUrl, ServiceType serviceType)
public NetworkException(String message, String serviceUrl, ServiceType serviceType, Throwable cause)
public String getServiceUrl()
public ServiceType getServiceType()
Copyright © 2023. All rights reserved.