saker.build Documentation TaskDoc JavaDoc Packages
public class TaskStandardIOLockIllegalStateException extends IllegalStateException
Signals that a state violation occurred when trying to access the standard IO lock for a task.

It is usually a result of trying to acquire the IO lock multiple times, trying to release it without acquiring beforehand, or trying to read the standard input without acquiring it.

Constructors
public
Constructs an IllegalStateException with no detail message.
public
Constructs an IllegalStateException with the specified detail message.
Documentation included from: IllegalStateException
Constructs an IllegalStateException with no detail message. A detail message is a String that describes this particular exception.
Documentation included from: IllegalStateException
Constructs an IllegalStateException with the specified detail message. A detail message is a String that describes this particular exception.
sthe String that contains a detailed message