Class InvocationError

java.lang.Object
dev.getelements.elements.rt.remote.InvocationError
All Implemented Interfaces:
Serializable

public class InvocationError extends Object implements Serializable
Returned when there exists an error.
See Also:
  • Constructor Details

    • InvocationError

      public InvocationError()
  • Method Details

    • getThrowable

      public Throwable getThrowable()
      Gets the Throwable thrown by the remote Method, or null if the method executed successfully.
      Returns:
      the result
    • setThrowable

      public void setThrowable(Throwable throwable)
      Sets the Throwable thrown by the remote Method, or null if the method executed successfully.
      Parameters:
      throwable - the result
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object