org.apache.jetspeed.pipeline
Class PipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jetspeed.exception.JetspeedException
org.apache.jetspeed.pipeline.PipelineException
- All Implemented Interfaces:
- Serializable
public class PipelineException
- extends JetspeedException
Occurs when anything unexpected happens within Jetspeed and the Pipeline.
- Version:
- $Id: PipelineException.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
PipelineException
public PipelineException()
PipelineException
public PipelineException(String message)
PipelineException
public PipelineException(Throwable nested)
PipelineException
public PipelineException(String msg,
Throwable nested)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.