Class WcsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.ogc.wcs.catalog.WcsException
- All Implemented Interfaces:
Serializable
The exception thrown when an exception response is returned by the remote WCS service.
- Author:
- rodgersh
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWcsException(String message) WcsException(String message, int httpStatus) WcsException(String message, Throwable throwable) WcsException(Throwable throwable) WcsException(Throwable throwable, int httpStatus) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WcsException
-
WcsException
-
WcsException
-
WcsException
-
WcsException
-
-
Method Details
-
getHttpStatus
public int getHttpStatus() -
setHttpStatus
public void setHttpStatus(int httpStatus)
-