|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--examples.cluster.ejb.teller.TellerException
This class is used with the examples.cluster.ejb.teller package. TellerException is thrown if an error occurs while performing a transaction.
| Constructor Summary | |
TellerException()
Constructs exceptions without a specified string. |
|
TellerException(java.lang.Exception e)
Constructs the appropriate exception from the message of the specified exception. |
|
TellerException(java.lang.String message)
Constructs the appropriate exception with the specified string. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TellerException()
public TellerException(java.lang.Exception e)
message - String Exception epublic TellerException(java.lang.String message)
message - Exception message
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||