Class 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.
See Also:
  • Constructor Details

    • UnsupportedSynchronousOperationException

      public UnsupportedSynchronousOperationException(String message)