WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.ejb20.basic.beanManaged
Class ProcessingErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--examples.ejb20.basic.beanManaged.ProcessingErrorException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingErrorException
extends java.lang.Exception

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

Author:
Copyright (c) 1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.

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 - String Exception message

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.