Package com.jsunsoft.http
Class ResponseBodyProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jsunsoft.http.ResponseBodyProcessingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidMimeTypeException
public class ResponseBodyProcessingException extends RuntimeException
When response body parsing failed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseBodyProcessingException(String message)
ResponseBodyProcessingException(String message, Throwable cause)
ResponseBodyProcessingException(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 Detail
-
ResponseBodyProcessingException
public ResponseBodyProcessingException(String message)
-
ResponseBodyProcessingException
public ResponseBodyProcessingException(String message, Throwable cause)
-
ResponseBodyProcessingException
public ResponseBodyProcessingException(Throwable cause)
-
-