com.hp.lft.sdk

Class EmptySessionIdException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EmptySessionIdException
    extends GeneralLeanFtException
    The exception that is thrown when an empty session ID is received from the UFT Developer server.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructor and Description
      EmptySessionIdException()
      Constructs a new EmptySessionIdException
      EmptySessionIdException(int errorCode, java.lang.String message)
      Constructs a new EmptySessionIdException with a specified detail message and error code.
      EmptySessionIdException(java.lang.String message)
      Constructs a new EmptySessionIdException with a 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

      • EmptySessionIdException

        public EmptySessionIdException()
        Constructs a new EmptySessionIdException
      • EmptySessionIdException

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

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