Package org.fcrepo.kernel.api.exception
Class InterruptedRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fcrepo.kernel.api.exception.RepositoryRuntimeException
-
- org.fcrepo.kernel.api.exception.InterruptedRuntimeException
-
- All Implemented Interfaces:
Serializable
public class InterruptedRuntimeException extends RepositoryRuntimeException
Indicates an interruption to the current thread- Since:
- 2016-10-16
- Author:
- awoods
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterruptedRuntimeException(String msg, Throwable e)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InterruptedRuntimeException
public InterruptedRuntimeException(String msg, Throwable e)
Constructor- Parameters:
msg
- messagee
- cause
-
-