All Examples  All WebLogic Enterprise Connectivity Examples This Package  

Class examples.wlec.ejb.simpapp.ProcessingErrorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.wlec.ejb.simpapp.ProcessingErrorException

public class ProcessingErrorException
extends Exception
This class is used with the examples.wlec.ejb.simpapp package. ProcessingErrorException is thrown if an error occurs while converting the string.


Constructor Index

 o ProcessingErrorException()
Catches exceptions without a specified string
 o ProcessingErrorException(String)
Constructs the appropriate exception with the specified string

Constructors

 o ProcessingErrorException
 public ProcessingErrorException()
Catches exceptions without a specified string

 o ProcessingErrorException
 public ProcessingErrorException(String message)
Constructs the appropriate exception with the specified string

Parameters:
message - Exception message

All Examples  All WebLogic Enterprise Connectivity Examples This Package