com.hp.lft.sdk

Class GeneralGridException

    • Constructor Detail

      • GeneralGridException

        public GeneralGridException()
        Constructs a new NoValidLicenseException.
      • GeneralGridException

        public GeneralGridException(String message)
        Constructs a new GeneralGridException with a specified detail message.
        Parameters:
        message - the detail message.
      • GeneralGridException

        public GeneralGridException(int errorCode,
                            String message)
        Constructs a new GeneralGridException with a specified detail message and error code.
        Parameters:
        errorCode - the error code representing the error that occurred.
        message - the detail message.