Class WfsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.ogc.wfs.catalog.common.WfsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WfsInvalidEntityException,WfsNullResponseException,WfsParseException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWfsException(String message) WfsException(String message, int httpStatus) WfsException(String message, Throwable throwable) WfsException(Throwable throwable) WfsException(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
-
WfsException
-
WfsException
-
WfsException
-
WfsException
-
WfsException
-
-
Method Details
-
getHttpStatus
public int getHttpStatus() -
setHttpStatus
public void setHttpStatus(int httpStatus)
-