Class STACRUDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.shetland.ogc.sta.exception.STACRUDException
-
- All Implemented Interfaces:
Serializable
public class STACRUDException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description STACRUDException(String msg)STACRUDException(String msg, Throwable nested)STACRUDException(String msg, HTTPStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPStatusgetResponseStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
STACRUDException
public STACRUDException(String msg)
-
STACRUDException
public STACRUDException(String msg, HTTPStatus status)
-
-
Method Detail
-
getResponseStatus
public HTTPStatus getResponseStatus()
-
-