Class WaitException

All Implemented Interfaces:
Serializable

public class WaitException extends RuntimeException
An exception indicating a failure while waiting.
See Also:
  • Constructor Details

    • WaitException

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