org.jmock.lib.concurrent
Class UnsupportedSynchronousOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedSynchronousOperationException
public UnsupportedSynchronousOperationException(String message)