Class 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:
  • Constructor Details

    • JSONException

      public JSONException(String message, Throwable cause)
    • JSONException

      public JSONException(String message)
    • JSONException

      public JSONException(Throwable cause)