Package net.sf.fsp.fsplib
Class FSPTimeoutException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class FSPTimeoutException extends InterruptedIOException
Thrown when FSPsession times out.
- Since:
1.0rc12
Radim Kolar
-
-
Field Summary
Fields Modifier and Type Field Description public final static intTIMEOUT_UNKNOWNpublic intbytesTransferredpublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description FSPTimeoutException()Construct FSPTimeoutException caused by unknown timeout FSPTimeoutException(int rtimeout)Construct FSPTimeoutException with known timeout
-
Method Summary
Modifier and Type Method Description intgetTimeout()Get timeout which caused this exception If timeout is unknown constant TIMEOUT_UNKNOWN is returned -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTimeout
int getTimeout()
Get timeout which caused this exception If timeout is unknown constant TIMEOUT_UNKNOWN is returned
-
-
-
-