All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmock.lib.concurrent.UnsupportedSynchronousOperationException Maven / Gradle / Ivy

package org.jmock.lib.concurrent;

/**
 * Thrown to report that a {@link DeterministicScheduler} has been asked to perform
 * a blocking wait, which is not supported.
 * 
 * @author nat
 *
 */
public class UnsupportedSynchronousOperationException extends UnsupportedOperationException {
    public UnsupportedSynchronousOperationException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy