public final class PipelineException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
PipelineException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
PipelineException with the specified detail message and cause. |
public PipelineException(java.lang.String message,
java.lang.Throwable cause)
PipelineException with the specified detail message and cause.message - the detail message.cause - the cause of the exception.