org.jmock.lib.concurrent
Class UnsupportedSynchronousOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by org.jmock.lib.concurrent.UnsupportedSynchronousOperationException
All Implemented Interfaces:
Serializable

public class UnsupportedSynchronousOperationException
extends UnsupportedOperationException

Thrown to report that a DeterministicScheduler has been asked to perform a blocking wait, which is not supported.

Author:
nat
See Also:
Serialized Form

Constructor Summary
UnsupportedSynchronousOperationException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

UnsupportedSynchronousOperationException

public UnsupportedSynchronousOperationException(String message)