Class FeesEstimateError


  • public class FeesEstimateError
    extends java.lang.Object
    An unexpected error occurred during this operation.
    • Constructor Detail

      • FeesEstimateError

        public FeesEstimateError()
    • Method Detail

      • getType

        public java.lang.String getType()
        An error type, identifying either the receiver or the sender as the originator of the error.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • getCode

        public java.lang.String getCode()
        An error code that identifies the type of error that occurred.
        Returns:
        code
      • setCode

        public void setCode​(java.lang.String code)
      • getMessage

        public java.lang.String getMessage()
        A message that describes the error condition.
        Returns:
        message
      • setMessage

        public void setMessage​(java.lang.String message)
      • equals

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

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

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