jrun.jms.core.server
Class FailedToCreateConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.jms.core.server.FailedToCreateConnectionException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateConnectionException
extends java.lang.Exception

This exception is thrown when a conneection manager cannot instantiate a session with the JMSServer

Version:
$Revision: 1.1 $ $Date: 2000/04/14 08:04:15 $ created by Jim Alateras
See Also:
org.exolab.jms.server.ConnectionManager, Serialized Form

Constructor Summary
FailedToCreateConnectionException()
          Default exception constructor
FailedToCreateConnectionException(java.lang.String reason)
          Create an 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

FailedToCreateConnectionException

public FailedToCreateConnectionException()
Default exception constructor

FailedToCreateConnectionException

public FailedToCreateConnectionException(java.lang.String reason)
Create an exception with the specified reason
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.