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, toStringpublic 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 © 1998–2019. All rights reserved.