Package 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
Thrown to report that a
DeterministicScheduler
has been asked to perform
a blocking wait, which is not supported.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedSynchronousOperationException
-