com.beasys.commerce.foundation.exception
Class PipelineException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.beasys.commerce.foundation.exception.PipelineException
- All Implemented Interfaces:
- java.io.Serializable
- public class PipelineException
- extends java.lang.RuntimeException
PipelineException class.
- Version:
- $Revision$, $Date$
- Author:
- Giridhar
- See Also:
- Serialized Form
Constructor Summary |
PipelineException(java.lang.String messageKey)
Constructs a PipelineException |
PipelineException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object argument,
java.lang.Exception embeddedException)
Constructs a PipelineException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
embeddedException
protected java.lang.Exception embeddedException
MESSAGE_NAMESPACE
public static final java.lang.String MESSAGE_NAMESPACE
- The name of the resource bundle
PipelineException
public PipelineException(java.lang.String messageKey)
- Constructs a PipelineException
PipelineException
public PipelineException(java.lang.String namespace,
java.lang.String messageKey,
java.lang.Object argument,
java.lang.Exception embeddedException)
- Constructs a PipelineException
getEmbeddedException
public java.lang.Exception getEmbeddedException()
- Returns the contained exception
setEmbeddedException
public void setEmbeddedException(java.lang.Exception embeddedException)
- Sets the contained exception
Copyright © 2000 BEA Systems, Inc. All Rights Reserved