org.exolab.jms.transaction
Class TransactionServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.transaction.TransactionServiceException
All Implemented Interfaces:
java.io.Serializable

public class TransactionServiceException
extends java.lang.Exception

This exception is raised when there is a TransactionService related exception. It is a generic exception

Version:
$Version$ $Date: 2003/08/07 13:33:12 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
TransactionServiceException()
          Default exception constructor
TransactionServiceException(java.lang.String reason)
          Create an exception with the specified reason
 
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

TransactionServiceException

public TransactionServiceException()
Default exception constructor

TransactionServiceException

public TransactionServiceException(java.lang.String reason)
Create an exception with the specified reason
Parameters:
reason -  


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.