Class LicenseFaultInfo


  • public class LicenseFaultInfo
    extends java.lang.Object
    Represents a SOAP fault.
    Since:
    6.5
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseFaultInfo()
      Creates a new instance.
      LicenseFaultInfo​(java.lang.String message, java.lang.String errorCode)
      Constructs a new FaultInfo object with the given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorCode()
      Gets the error code associated with the exception.
      java.lang.String getMessage()
      Gets the message associated with the exception.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicenseFaultInfo

        public LicenseFaultInfo()
        Creates a new instance.
      • LicenseFaultInfo

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

      • getMessage

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

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