|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.bea.p13n.exceptions.ApplicationException | +--examples.e2e.common.E2EException
Constructor Summary | |
E2EException()
|
|
E2EException(java.lang.String message)
Constructor |
|
E2EException(java.lang.String message,
java.lang.Throwable cause)
Constructor |
|
E2EException(java.lang.Throwable cause)
Constructor |
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 |
public E2EException()
public E2EException(java.lang.String message)
message
- String representing the Exception messagepublic E2EException(java.lang.String message, java.lang.Throwable cause)
message
- String representing the exception messagecause
- Throwable object representing the caused exceptionpublic E2EException(java.lang.Throwable cause)
cause
- Throwable object representing the caused exception
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |