Package io.pravega.client.segment.impl
Class ServerTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.client.segment.impl.ServerTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServerTimeoutException extends java.lang.RuntimeException
An exception indicating that a server operation has timed out. This exception is typically thrown when a server operation exceeds the expected time limit for completion by default it is 30 sec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerTimeoutException(java.lang.String msg)
Creates a new instance of ServerTimeoutException class.
-