be.ehealth.technicalconnector.exception
Class InterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.ehealth.technicalconnector.exception.InterruptedException
- All Implemented Interfaces:
- Serializable
public class InterruptedException
- extends RuntimeException
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
Occasionally a method may wish to test whether the current thread has been interrupted, and if so, to immediately throw this exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedException
public InterruptedException(String msg,
Throwable cause)
Connector Packaging TECHNICAL 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.