jrun.jms.core.server
Class FailedToCreateServerException

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

public class FailedToCreateServerException
extends java.lang.Exception

This exception is thrown when the server cannot be instantiated..

Version:
$Revision: 1.1 $ $Date: 2000/02/29 09:55:56 $ created by Jim Alateras
See Also:
JmsServer, Serialized Form

Constructor Summary
FailedToCreateServerException()
          Default exception constructor
FailedToCreateServerException(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

FailedToCreateServerException

public FailedToCreateServerException()
Default exception constructor

FailedToCreateServerException

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.