org.exolab.jms.tools.admin
Class OnlineConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.tools.admin.OnlineConnectionException
All Implemented Interfaces:
java.io.Serializable

public class OnlineConnectionException
extends java.lang.Exception

Error when the admin mgr fails to connect to the named RMI server,

Version:
$Revision: 1.1 $ $Date: 2003/08/07 07:45:29 $
Author:
Jim Mourikis
See Also:
Serialized Form

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

OnlineConnectionException

public OnlineConnectionException()
Default constructor with no additional info.

OnlineConnectionException

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


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