Class TimeoutRuntimeException

All Implemented Interfaces:
Serializable

public class TimeoutRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • TimeoutRuntimeException

      public TimeoutRuntimeException()
    • TimeoutRuntimeException

      public TimeoutRuntimeException(String message)
    • TimeoutRuntimeException

      public TimeoutRuntimeException(Throwable cause)
    • TimeoutRuntimeException

      public TimeoutRuntimeException(String message, Throwable cause)
    • TimeoutRuntimeException

      public TimeoutRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)