Class ServiceResponseErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.unibamberg.minf.gtf.extensions.clariah.geo.exception.ServiceResponseErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceResponseErrorException(String message, ServiceResponse failedResponse) ServiceResponseErrorException(String message, Throwable cause, ServiceResponse failedResponse) ServiceResponseErrorException(Throwable cause, ServiceResponse failedResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServiceResponseErrorException
-
ServiceResponseErrorException
public ServiceResponseErrorException(String message, Throwable cause, ServiceResponse failedResponse) -
ServiceResponseErrorException
-
-
Method Details