WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.cluster.ejb.teller
Class TellerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--examples.cluster.ejb.teller.TellerException
All Implemented Interfaces:
java.io.Serializable

public class TellerException
extends java.lang.Exception

This class is used with the examples.cluster.ejb.teller package. TellerException is thrown if an error occurs while performing a transaction.

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

Constructor Summary
TellerException()
          Constructs exceptions without a specified string.
TellerException(java.lang.Exception e)
          Constructs the appropriate exception from the message of the specified exception.
TellerException(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

TellerException

public TellerException()
Constructs exceptions without a specified string.

TellerException

public TellerException(java.lang.Exception e)
Constructs the appropriate exception from the message of the specified exception.
Parameters:
message - String Exception e

TellerException

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

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

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