Class WcsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.ogc.wcs.catalog.WcsException
All Implemented Interfaces:
Serializable

public class WcsException extends Exception
The exception thrown when an exception response is returned by the remote WCS service.
Author:
rodgersh
See Also:
  • Constructor Details

    • WcsException

      public WcsException(String message)
    • WcsException

      public WcsException(Throwable throwable)
    • WcsException

      public WcsException(String message, int httpStatus)
    • WcsException

      public WcsException(Throwable throwable, int httpStatus)
    • WcsException

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

    • getHttpStatus

      public int getHttpStatus()
    • setHttpStatus

      public void setHttpStatus(int httpStatus)