org.exolab.jms.tools.admin
Class OfflineConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.tools.admin.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.1 $ $Date: 2004/11/26 01:51:15 $
Author:
Jim Mourikis
See Also:
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.
 
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

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-2007 The OpenJMS Group. All Rights Reserved.