samples.j2ee.ejb.sequence.oracle
Class ProcessingErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.ejb.EJBException
                          |
                          +--samples.j2ee.ejb.sequence.oracle.ProcessingErrorException

public class ProcessingErrorException
extends javax.ejb.EJBException

ProcessingErrorException is thrown if the caller attempts to withdraw more than a certain preset limit from the account.

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 javax.ejb.EJBException
getCausedByException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, 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 - String Exception message