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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONException(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
-
Constructor Details
-
JSONException
-
JSONException
-
JSONException
-