org.apache.jetspeed.pipeline
Class PipelineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jetspeed.exception.JetspeedException
              extended byorg.apache.jetspeed.pipeline.PipelineException
All Implemented Interfaces:
Serializable

public class PipelineException
extends org.apache.jetspeed.exception.JetspeedException

Occurs when anything unexpected happens within Jetspeed and the Pipeline.

Version:
$Id: PipelineException.java 186726 2004-06-05 05:13:09Z taylor $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PipelineException()
           
PipelineException(String message)
           
PipelineException(String msg, Throwable nested)
           
PipelineException(Throwable nested)
           
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedException
getKeyedMessage, getMessage, getMessage, getMessage
 
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
 

Constructor Detail

PipelineException

public PipelineException()

PipelineException

public PipelineException(String message)

PipelineException

public PipelineException(Throwable nested)

PipelineException

public PipelineException(String msg,
                         Throwable nested)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.