- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.bucket4j.BucketExceptions.BucketExecutionException
-
- io.github.bucket4j.TimeoutException
-
- All Implemented Interfaces:
Serializable
public class TimeoutException extends BucketExceptions.BucketExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(String message, long nanosElapsed, long requestTimeoutNanos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNanosElapsed()longgetRequestTimeoutNanos()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TimeoutException
public TimeoutException(String message, long nanosElapsed, long requestTimeoutNanos)
-
-