com.hp.lft.sdk

Class ServerIsShuttingDownException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ServerIsShuttingDownException
    extends GeneralLeanFtException
    The exception that is thrown when an attempting to access the UFT Developer server while it is shutting down.
    See Also:
    Serialized Form
    • 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

      • ServerIsShuttingDownException

        public ServerIsShuttingDownException()
        Constructs a new ServerIsShuttingDownException.
      • ServerIsShuttingDownException

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

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