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
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 |
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)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved