Class FaultInfo

java.lang.Object
com.spotfire.ws.pub.FaultInfo

public class FaultInfo extends Object
Represents a SOAP fault.
Since:
5.5
  • Constructor Details

    • FaultInfo

      public FaultInfo()
      Creates a new instance.
    • FaultInfo

      public FaultInfo(String message, String errorCode)
      Constructs a new FaultInfo object with the given parameters.
      Parameters:
      message - the message.
      errorCode - the error code.
  • Method Details

    • getMessage

      public String getMessage()
      Gets the message associated with the exception.
      Returns:
      the message associated with the exception.
    • getErrorCode

      public String getErrorCode()
      Gets the error code associated with the exception.
      Returns:
      the error code associated with the exception.