Class RequestFailedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class RequestFailedException extends RuntimeException
Base exception for all provider errors.
-
-
Constructor Summary
Constructors Constructor Description RequestFailedException(String message, String data, String payload)
-
Method Summary
Modifier and Type Method Description final String
getData()
final String
getPayload()
String
toString()
-
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
-
-