Class FSPTimeoutException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FSPTimeoutException() Construct FSPTimeoutException caused by unknown timeout
      FSPTimeoutException(int rtimeout) Construct FSPTimeoutException with known timeout
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getTimeout() 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
    • Constructor Detail

      • FSPTimeoutException

        FSPTimeoutException()

        Construct FSPTimeoutException caused by unknown timeout

      • FSPTimeoutException

        FSPTimeoutException(int rtimeout)

        Construct FSPTimeoutException with known timeout

        Parameters:
        rtimeout - receive timeout in milliseconds
    • Method Detail

      • getTimeout

         int getTimeout()

        Get timeout which caused this exception If timeout is unknown constant TIMEOUT_UNKNOWN is returned