Class ProcessOutputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.xpipe.core.process.ProcessOutputException
All Implemented Interfaces:
Serializable

public class ProcessOutputException extends Exception
See Also:
  • Constructor Details

    • ProcessOutputException

      public ProcessOutputException()
    • ProcessOutputException

      public ProcessOutputException(String message)
    • ProcessOutputException

      public ProcessOutputException(String message, Throwable cause)
    • ProcessOutputException

      public ProcessOutputException(Throwable cause)
    • ProcessOutputException

      protected ProcessOutputException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)