All Examples  All Jolt Examples  This Package

Class examples.jolt.ejb.bankapp.TransactionErrorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.jolt.ejb.bankapp.TransactionErrorException

public class TransactionErrorException
extends Exception
This class is used with the examples.jolt.ejb.bankapp package. TransactionErrorException is thrown if an error occurs while conducting a transaction.

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

Constructor Index

 o TransactionErrorException()
Catches exceptions without a specified string
 o TransactionErrorException(String)
Constructs the appropriate exception with the specified string

Constructors

 o TransactionErrorException
 public TransactionErrorException()
Catches exceptions without a specified string

 o TransactionErrorException
 public TransactionErrorException(String message)
Constructs the appropriate exception with the specified string

Parameters:
message - Exception message

All Examples  All Jolt Examples  This Package