jrun.jms.core.server
Class FailedToBindFactoriesException

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

public class FailedToBindFactoriesException
extends java.lang.Exception

This excpetion is thrown when the server fails to bind the connection factories specified in the configuration file with the internal or external jndi server

Version:
$Revision: 1.1 $ $Date: 2001/04/17 13:34:16 $ created by Jim Alateras
See Also:
org.exolab.jms.server.rmiRmiJmsServerSession, Serialized Form

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

FailedToBindFactoriesException

public FailedToBindFactoriesException()
Default constructor with no additional info.

FailedToBindFactoriesException

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.