Package org.kurento.commons
Class TimeoutRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kurento.commons.TimeoutRuntimeException
-
- All Implemented Interfaces:
Serializable
public class TimeoutRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutRuntimeException()TimeoutRuntimeException(String message)TimeoutRuntimeException(String message, Throwable cause)TimeoutRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)TimeoutRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-