Class CswException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.spatial.ogc.csw.catalog.common.CswException
All Implemented Interfaces:
Serializable

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

    • CswException

      public CswException(String message)
    • CswException

      public CswException(Throwable throwable)
    • CswException

      public CswException(String message, int httpStatus)
    • CswException

      public CswException(Throwable throwable, int httpStatus)
    • CswException

      public CswException(String message, Throwable throwable)
    • CswException

      public CswException(String message, String exceptionCode, String locator)
    • CswException

      public CswException(Throwable throwable, String exceptionCode, String locator)
    • CswException

      public CswException(String message, int httpStatus, String exceptionCode, String locator)
    • CswException

      public CswException(Throwable throwable, int httpStatus, String exceptionCode, String locator)
    • CswException

      public CswException(String message, Throwable throwable, String exceptionCode, String locator)
  • Method Details

    • getHttpStatus

      public int getHttpStatus()
    • setHttpStatus

      public void setHttpStatus(int httpStatus)
    • getExceptionCode

      public String getExceptionCode()
    • setExceptionCode

      public void setExceptionCode(String exceptionCode)
    • getLocator

      public String getLocator()
    • setLocator

      public void setLocator(String locator)