All Examples  All Jolt Examples  This Package
  Class examples.jolt.ejb.bankapp.ProcessingErrorException
java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.jolt.ejb.bankapp.ProcessingErrorException
  -  public class ProcessingErrorException
  -  extends Exception
This class is used with the examples.jolt.ejb.bankapp package.
 ProcessingErrorException is thrown if an error occurs while
 processing a business method.
  -  Author:
  
-  Copyright (c) 1999 by BEA WebXpress, Inc. All Rights Reserved.
   
  -   ProcessingErrorException() ProcessingErrorException()
-   Catches exceptions without a specified string
  
-   ProcessingErrorException(String) ProcessingErrorException(String)
-   Constructs the appropriate exception with the specified string
 
   
 ProcessingErrorException
ProcessingErrorException
 public ProcessingErrorException()
  -  Catches exceptions without a specified string
 
 ProcessingErrorException
ProcessingErrorException
 public ProcessingErrorException(String message)
  -  Constructs the appropriate exception with the specified string
   
- 
    -  Parameters:
    
-  message - Exception message
  
 
All Examples  All Jolt Examples  This Package