Class InitializeError


  • public class InitializeError
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      boolean isRetry()
      Indicates whether the client executes the following retry logic: Show the message provided by the ResponseError to the user.
      void setRetry​(boolean retry)
      Indicates whether the client executes the following retry logic: Show the message provided by the ResponseError to the user.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InitializeError

        public InitializeError()
      • InitializeError

        public InitializeError​(boolean retry)
    • Method Detail

      • isRetry

        public 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.
      • setRetry

        public 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.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object