BEA Systems, Inc.

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

public class PipelineException
extends java.lang.RuntimeException

PipelineException class.

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception embeddedException
           
static java.lang.String MESSAGE_NAMESPACE
          The name of the resource bundle
 
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
 
Method Summary
 java.lang.Exception getEmbeddedException()
          Returns the contained exception
 void setEmbeddedException(java.lang.Exception embeddedException)
          Sets the contained exception
 
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
 

Field Detail

embeddedException

protected java.lang.Exception embeddedException

MESSAGE_NAMESPACE

public static final java.lang.String MESSAGE_NAMESPACE
The name of the resource bundle
Constructor Detail

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
Method Detail

getEmbeddedException

public java.lang.Exception getEmbeddedException()
Returns the contained exception

setEmbeddedException

public void setEmbeddedException(java.lang.Exception embeddedException)
Sets the contained exception

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved