Package com.impossibl.postgres.utils
Class BlockingReadTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.InterruptedIOException
-
- com.impossibl.postgres.utils.BlockingReadTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class BlockingReadTimeoutException extends java.io.InterruptedIOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockingReadTimeoutException()
BlockingReadTimeoutException(java.lang.String message)
-