org.exolab.jms.tranlog
Class TransactionLogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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-2012 The OpenJMS Group. All Rights Reserved.