Class CorruptedResponseContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.alex1304.jdash.exception.GDClientException
-
- com.github.alex1304.jdash.exception.CorruptedResponseContentException
-
- All Implemented Interfaces:
Serializable
public final class CorruptedResponseContentException extends GDClientException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getRequestParams()
String
getRequestPath()
String
getResponseContent()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-