com.atlassian.jira.util
Class RuntimeInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.util.RuntimeInterruptedException
All Implemented Interfaces:
Serializable

public class RuntimeInterruptedException
extends RuntimeException

Convenience class for re-throwing InterruptedException. Sets the Thread.interrupted() flag to true.

See Also:
Serialized Form

Constructor Summary
RuntimeInterruptedException(InterruptedException cause)
           
RuntimeInterruptedException(String message, InterruptedException cause)
           
 
Method Summary
 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

RuntimeInterruptedException

public RuntimeInterruptedException(InterruptedException cause)

RuntimeInterruptedException

public RuntimeInterruptedException(String message,
                                   InterruptedException cause)
Method Detail

getCause

public InterruptedException getCause()
Overrides:
getCause in class Throwable


Copyright © 2002-2014 Atlassian. All Rights Reserved.