public class InitializeError
extends java.lang.Object
Constructor and Description |
---|
InitializeError() |
InitializeError(boolean retry) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isRetry()
Indicates whether the client executes the following retry logic:
(1) show the message provided by the ResponseError to the user
(2) user selects retry or cancel
(3) if user selected retry the initialize method is sent again.
|
void |
setRetry(boolean retry)
Indicates whether the client executes the following retry logic:
(1) show the message provided by the ResponseError to the user
(2) user selects retry or cancel
(3) if user selected retry the initialize method is sent again.
|
java.lang.String |
toString() |
public InitializeError()
public InitializeError(boolean retry)
@Pure public boolean isRetry()
public void setRetry(boolean retry)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object