- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.pervasive.datarush.exceptions.DRException
-
- com.pervasive.datarush.json.JSONException
-
- All Implemented Interfaces:
Serializable
public final class JSONException extends DRException
Subclass of DRExceptions for JSON. Exception causes get converted to a wrapper class that preserves stack trace information and class name information but not classes themselves. This avoids serialization dependencies that jackson- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONException(String message)
JSONException(String message, Throwable cause)
JSONException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-