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
public class UnsupportedSynchronousOperationException extends UnsupportedOperationException
Thrown to report that aDeterministicScheduler
has been asked to perform a blocking wait, which is not supported.- Author:
- nat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSynchronousOperationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedSynchronousOperationException
public UnsupportedSynchronousOperationException(String message)
-
-