Serialized Form
-
Package io.smallrye.common.process
-
Exception Class io.smallrye.common.process.AbnormalExitException
class AbnormalExitException extends ProcessExecutionException implements Serializable- serialVersionUID:
- -2058346021193103167L
-
Serialized Fields
-
errorOutput
List<String> errorOutput
The captured lines of error output. -
exitCode
int exitCode
The process exit code, if known. -
hardTimeoutElapsed
boolean hardTimeoutElapsed
Set totrueif the hard timeout was known to have elapsed. -
output
List<String> output
The captured lines of output. -
softTimeoutElapsed
boolean softTimeoutElapsed
Set totrueif the soft timeout was known to have elapsed.
-
-
Exception Class io.smallrye.common.process.AbstractExecutionException
class AbstractExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- 7071176650961828059L
-
Class io.smallrye.common.process.Logging_$logger
class Logging_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Exception Class io.smallrye.common.process.PipelineExecutionException
class PipelineExecutionException extends AbstractExecutionException implements Serializable- serialVersionUID:
- -412352445235180802L
-
Exception Class io.smallrye.common.process.ProcessExecutionException
class ProcessExecutionException extends AbstractExecutionException implements Serializable- serialVersionUID:
- -6038501979928698849L
-
Exception Class io.smallrye.common.process.ProcessHandlerException
class ProcessHandlerException extends AbstractExecutionException implements Serializable- serialVersionUID:
- -7501352008357214573L
-