com.hp.lft.sdk

Class GeneralServerErrorException

  • All Implemented Interfaces:
    java.io.Serializable


    public class GeneralServerErrorException
    extends GeneralLeanFtException
    Represent general errors that occur on the UFT Developer server side.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructor and Description
      GeneralServerErrorException()
      Constructs a new GeneralServerErrorException.
      GeneralServerErrorException(int errorCode, java.lang.String message)
      Constructs a new GeneralServerErrorException with the specified detail message and error code.
      GeneralServerErrorException(java.lang.String message)
      Constructs a new GeneralServerErrorException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GeneralServerErrorException

        public GeneralServerErrorException()
        Constructs a new GeneralServerErrorException.
      • GeneralServerErrorException

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

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