JSR-043: JTAPI-1.4

javax.telephony.media.provider
Class Base.Event.SyncInterruptedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.telephony.media.provider.Base.Event.SyncInterruptedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Base.Event

public static final class Base.Event.SyncInterruptedException
extends java.lang.RuntimeException

Thown when waitForEventDone() is interrupted by another Thread. Unlike java.lang.InterruptedException this is a RuntimeException; the compiler does not check for a catch.

See Also:
InterruptedException, Base.Event.waitForEventDone(), Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org