All Examples All WebLogic Enterprise Connectivity Examples EJB Simpapp Example
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--examples.wlec.ejb.simpapp.ProcessingErrorException
This class is used with the examples.wlec.ejb.simpapp package. ProcessingErrorException is thrown if an error occurs while converting the string.
| 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 | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public ProcessingErrorException()
public ProcessingErrorException(java.lang.String message)
message - Exception message