org.exolab.jms.tranlog
Class TransactionLogExistsException

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

public class TransactionLogExistsException
extends java.lang.Exception

This exception is raised by the TransactionLog when trying to create a file that already exists.

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

Constructor Summary
TransactionLogExistsException()
          Default constructor with no additional info.
TransactionLogExistsException(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

TransactionLogExistsException

public TransactionLogExistsException()
Default constructor with no additional info.

TransactionLogExistsException

public TransactionLogExistsException(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.