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:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PipelineException
public PipelineException()
PipelineException
public PipelineException(java.lang.String message)
PipelineException
public PipelineException(java.lang.Throwable nested)
PipelineException
public PipelineException(java.lang.String msg,
java.lang.Throwable nested)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.