examples.iiop.ejb.entity.server.wls
Class ProcessingErrorExceptionjava.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--examples.iiop.ejb.entity.server.wls.ProcessingErrorExceptionAll Implemented Interfaces: java.io.Serializable
public class ProcessingErrorException extends java.lang.Exception This class is used with the WebLogic EJBean container-managed example package. ProcessingErrorException is thrown if the caller attempts to withdraw more than a certain preset limit from the account.
See Also:
Field Summary
Fields inherited from class java.lang.Exception
Constructor Summary
ProcessingErrorException()
Catches exceptions without a specified stringProcessingErrorException(java.lang.String message)
Constructs the appropriate exception with the specified string
Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 - String Exception message