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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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)