org.exolab.jms.server
Class FailedToCreateServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.service.ServiceException
              extended by org.exolab.jms.server.ServerException
                  extended by org.exolab.jms.server.FailedToCreateServerException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateServerException
extends ServerException

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

Version:
$Revision: 1.2 $ $Date: 2003/03/10 11:37:06 $
Author:
Jim Alateras
See Also:
JmsServer, Serialized Form

Constructor Summary
FailedToCreateServerException()
          Default exception constructor
FailedToCreateServerException(java.lang.String message)
          Create an exception with the specified reason
FailedToCreateServerException(java.lang.String message, java.lang.Throwable cause)
          Create an exception with the specified reason
 
Method Summary
 
Methods inherited from class org.exolab.core.service.ServiceException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, 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 message)
Create an exception with the specified reason

Parameters:
message - a message describing this exception

FailedToCreateServerException

public FailedToCreateServerException(java.lang.String message,
                                     java.lang.Throwable cause)
Create an exception with the specified reason

Parameters:
message - a message describing this exception
cause - the exception that caused this exception


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