Uses of Class
jarol.exceptions.SignalException

Packages that use SignalException
jarol.exceptions Provides classes for the Jarol Control Infrastructure exception handling. 
 

Uses of SignalException in jarol.exceptions
 

Subclasses of SignalException in jarol.exceptions
 class AwaitDuringSignalingException
          This exception is thrown by the Signal to indicate that an await() was called while signaling was in process.
 class SignalDuringSignalingException
          This exception is thrown by the Signal to indicate that an signal() was called while signaling was in process.
 class SignalNotAwaitedException
          This exception is thrown by the Signal to indicate that an signal() was called but there was no thread awaiting this signal.