com.hp.lft.sdk

Class GeneralLeanFtException

    • Constructor Detail

      • GeneralLeanFtException

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

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

        public GeneralLeanFtException(String message,
                              Throwable cause)
        Constructs a new GeneralLeanFtException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause of the error.
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns the error code representing the error that occurred.
        Returns:
        the error code representing the error that occurred.