|
WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--examples.tutorials.migration.banking.ProcessingErrorException
This class is used with the WebLogic EJBean container-managed example package. ProcessingErrorException is thrown if the caller attempts to withdraw more than a certain preset limit from the account.
| Constructor Summary | |
ProcessingErrorException()
Catches exceptions without a specified string |
|
ProcessingErrorException(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 ProcessingErrorException()
public ProcessingErrorException(java.lang.String message)
message - String Exception message
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||