com.atlassian.util.concurrent
Class RuntimeInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.util.concurrent.RuntimeInterruptedException
- All Implemented Interfaces:
- Serializable
public class RuntimeInterruptedException
- extends RuntimeException
Convenience class for re-throwing InterruptedException
.
- See Also:
- Serialized Form
RuntimeInterruptedException
public RuntimeInterruptedException(InterruptedException cause)
RuntimeInterruptedException
public RuntimeInterruptedException(String message,
InterruptedException cause)
getCause
public InterruptedException getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2014 Atlassian. All Rights Reserved.