Class TimeoutException

    • Method Summary

      • Methods inherited from class com.mchange.lang.PotentiallySecondaryException

        getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeoutException

        public TimeoutException​(java.lang.String msg,
                                java.lang.Throwable t)
      • TimeoutException

        public TimeoutException​(java.lang.Throwable t)
      • TimeoutException

        public TimeoutException​(java.lang.String msg)
      • TimeoutException

        public TimeoutException()