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

public class WfsException extends Exception
See Also:
  • Constructor Details

    • WfsException

      public WfsException(String message)
    • WfsException

      public WfsException(Throwable throwable)
    • WfsException

      public WfsException(String message, int httpStatus)
    • WfsException

      public WfsException(Throwable throwable, int httpStatus)
    • WfsException

      public WfsException(String message, Throwable throwable)
  • Method Details

    • getHttpStatus

      public int getHttpStatus()
    • setHttpStatus

      public void setHttpStatus(int httpStatus)