Class LicenseFaultInfo

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

public class LicenseFaultInfo extends Object
Represents a SOAP fault.
Since:
6.5
  • Constructor Details

    • LicenseFaultInfo

      public LicenseFaultInfo()
      Creates a new instance.
    • LicenseFaultInfo

      public LicenseFaultInfo(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.