org.exolab.jms.tranlog
Class TransactionLogException

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

public class TransactionLogException
extends java.lang.Exception

This exception is raised by the TransactionLog on for any general error.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:01 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
TransactionLogException()
          Default constructor with no additional info.
TransactionLogException(java.lang.String reason)
          Construct an instance of this 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

TransactionLogException

public TransactionLogException()
Default constructor with no additional info.

TransactionLogException

public TransactionLogException(java.lang.String reason)
Construct an instance of this exception with the specified reason.
Parameters:
reason -  


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