|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.util.concurrent.RuntimeInterruptedException
public class RuntimeInterruptedException
Convenience class for re-throwing InterruptedException.
| Constructor Summary | |
|---|---|
RuntimeInterruptedException(java.lang.InterruptedException cause)
|
|
RuntimeInterruptedException(java.lang.String message,
java.lang.InterruptedException cause)
|
|
| Method Summary | |
|---|---|
java.lang.InterruptedException |
getCause()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeInterruptedException(java.lang.InterruptedException cause)
public RuntimeInterruptedException(java.lang.String message,
java.lang.InterruptedException cause)
| Method Detail |
|---|
public java.lang.InterruptedException getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||