All Examples  All WebLogic Enterprise Connectivity Examples  EJB Simpapp Example

examples.wlec.ejb.simpapp
Class ProcessingErrorException

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

public class ProcessingErrorException
extends java.lang.Exception

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

See Also:
Serialized Form

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

ProcessingErrorException

public ProcessingErrorException()
Catches exceptions without a specified string

ProcessingErrorException

public ProcessingErrorException(java.lang.String message)
Constructs the appropriate exception with the specified string
Parameters:
message - Exception message