© 2002 BEA Systems, Inc.


examples.e2e.common
Class E2EProcessingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.p13n.appflow.exception.ProcessingException
                          |
                          +--examples.e2e.common.E2EProcessingException
Direct Known Subclasses:
IllegalStateException, ParsingException

public class E2EProcessingException
extends ProcessingException

This class is the base for all exceptions thrown by portal processors in the End-to-end sample application.

See Also:
Serialized Form

Constructor Summary
E2EProcessingException()
           
E2EProcessingException(java.lang.String message)
           
E2EProcessingException(java.lang.String message, java.lang.Throwable embeddedException)
           
E2EProcessingException(java.lang.Throwable embeddedException)
           
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

E2EProcessingException

public E2EProcessingException()

E2EProcessingException

public E2EProcessingException(java.lang.String message)

E2EProcessingException

public E2EProcessingException(java.lang.String message,
                              java.lang.Throwable embeddedException)

E2EProcessingException

public E2EProcessingException(java.lang.Throwable embeddedException)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved