Package edu.sc.seis.sod.web.jsonapi
Class JsonApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.sc.seis.sod.web.jsonapi.JsonApiException
- All Implemented Interfaces:
java.io.Serializable
public class JsonApiException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JsonApiException()
JsonApiException(java.lang.String message)
JsonApiException(java.lang.String message, java.lang.Throwable cause)
JsonApiException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
JsonApiException(java.lang.Throwable cause)
-
Method Summary
-
Constructor Details
-
JsonApiException
public JsonApiException() -
JsonApiException
public JsonApiException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
JsonApiException
public JsonApiException(java.lang.String message, java.lang.Throwable cause) -
JsonApiException
public JsonApiException(java.lang.String message) -
JsonApiException
public JsonApiException(java.lang.Throwable cause)
-