public class PipelineException extends Exception
Constructor and Description |
---|
PipelineException(Exception e) |
PipelineException(String msg) |
PipelineException(String msg, Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PipelineException(Exception e)
e
- an exception.
public PipelineException(String msg, Exception e)
msg
- a message.
e
- an exception.
public PipelineException(String msg)
msg
- a message.
Copyright © 2016. All rights reserved.