org.exolab.jms.server
Class ServerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.exolab.jms.service.ServiceException
|
+--org.exolab.jms.server.ServerException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerException
- extends ServiceException
A general purpose exception to indicate a problem in the JMS server.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:51:00 $
- Author:
- Tim Anderson
- See Also:
- Serialized Form
Constructor Summary |
ServerException()
Construct a new ServerException with no information. |
ServerException(java.lang.String message)
Construct a new ServerException with a detail message |
ServerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ServerException with a detail
message and the exception that caused it |
ServerException(java.lang.Throwable cause)
Construct a new ServerException with the exception that
caused it. |
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 |
ServerException
public ServerException()
- Construct a new
ServerException
with no information.
ServerException
public ServerException(java.lang.String message)
- Construct a new
ServerException
with a detail message
- Parameters:
message
- a message describing this exception
ServerException
public ServerException(java.lang.Throwable cause)
- Construct a new
ServerException
with the exception that
caused it.
- Parameters:
cause
- the exception that caused this exception
ServerException
public ServerException(java.lang.String message,
java.lang.Throwable cause)
- Construct a new
ServerException
with a detail
message and the exception that caused it
- Parameters:
message
- a message describing this exceptioncause
- the exception that caused this exception
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.