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:
Serializable
public class BlockingReadTimeoutException extends InterruptedIOException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
-
-
Constructor Summary
Constructors Constructor Description BlockingReadTimeoutException()
BlockingReadTimeoutException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BlockingReadTimeoutException
public BlockingReadTimeoutException()
-
BlockingReadTimeoutException
public BlockingReadTimeoutException(String message)
-
-