Class UncheckedInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.util.exception.UncheckedInterruptedException
- All Implemented Interfaces:
Serializable
Wrap the java standard
UncheckedInterruptedException
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs theUncheckedInterruptedException
from anInterruptedException
, setting the underlying cause to theInterruptedException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncheckedInterruptedException
Constructs theUncheckedInterruptedException
from anInterruptedException
, setting the underlying cause to theInterruptedException
- Parameters:
cause
-
-
-
Method Details