org.exolab.jms.jndiadministration
Class OfflineConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.jms.jndiadministration.OfflineConnectionException
All Implemented Interfaces:
java.io.Serializable

public class OfflineConnectionException
extends java.lang.Exception

Error when the admin manager fails to open the specified database in offline mode.

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:00 $
Author:
Jim Mourikis
See Also:
OfflineConnectionException, Serialized Form

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

OfflineConnectionException

public OfflineConnectionException()
Default constructor with no additional info.


OfflineConnectionException

public OfflineConnectionException(java.lang.String reason)
Construct an instance of this exception with the specified reason.

Parameters:
reason -


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