-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RequestFailed extends Exception
An exception thrown when an error occurred during the processing of a request on server side.
-
-
Field Summary
Fields Modifier and Type Field Description private final RequestFramerequestprivate final RequestErrorerrorprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description RequestFailed(RequestFrame request, RequestError error)
-
Method Summary
Modifier and Type Method Description final RequestFramegetRequest()final RequestErrorgetError()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RequestFailed
RequestFailed(RequestFrame request, RequestError error)
-
-
Method Detail
-
getRequest
final RequestFrame getRequest()
-
getError
final RequestError getError()
-
-
-
-