public class RequestError
extends java.lang.Object
Constructor and Description |
---|
RequestError(java.lang.String message,
java.lang.Throwable throwable)
Creates the request error
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the Cause for the object
|
java.lang.String |
getMessage()
Returns the Message for the object
|
java.lang.String |
toString() |
@NotNull public java.lang.String getMessage()
@Nullable public java.lang.Throwable getCause()
public java.lang.String toString()
toString
in class java.lang.Object