Class TimeoutExpiredException

All Implemented Interfaces:
Serializable

public class TimeoutExpiredException extends JemmyException
Exception is supposed to be used to notice that some waiting was expired.
Author:
Alexandre Iline (alexandre.iline@sun.com)
See Also:
  • Constructor Details

    • TimeoutExpiredException

      public TimeoutExpiredException(String description)
      Constructor.
      Parameters:
      description - Waiting description.