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:
java.io.Serializable
public class UnsupportedSynchronousOperationException extends java.lang.UnsupportedOperationException
Thrown to report that aDeterministicScheduler
has been asked to perform a blocking wait, which is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSynchronousOperationException(java.lang.String message)
-