org.exolab.jms.server
Class FailedToCreateServerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.core.service.ServiceException
|
+--org.exolab.jms.server.ServerException
|
+--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
Methods inherited from class org.exolab.core.service.ServiceException |
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 exceptioncause
- the exception that caused this exception
Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.