org.exolab.jms.messagemgr
Class MessageMgrException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.core.service.ServiceException
                    |
                    +--org.exolab.jms.messagemgr.MessageMgrException
All Implemented Interfaces:
java.io.Serializable

public class MessageMgrException
extends org.exolab.core.service.ServiceException

A general purpose exception to indicate a problem in the message manager.

Version:
$Revision: 1.3 $ $Date: 2003/08/07 13:33:03 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
MessageMgrException()
          Construct a new MessageMgrException with no information.
MessageMgrException(java.lang.String message)
          Construct a new MessageMgrException with a detail message
MessageMgrException(java.lang.String message, java.lang.Throwable cause)
          Construct a new MessageMgrException with a detail message and the exception that caused it
MessageMgrException(java.lang.Throwable cause)
          Construct a new MessageMgrException with the exception that caused it.
 
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
 

Constructor Detail

MessageMgrException

public MessageMgrException()
Construct a new MessageMgrException with no information.

MessageMgrException

public MessageMgrException(java.lang.String message)
Construct a new MessageMgrException with a detail message
Parameters:
message - a message describing this exception

MessageMgrException

public MessageMgrException(java.lang.Throwable cause)
Construct a new MessageMgrException with the exception that caused it.
Parameters:
cause - the exception that caused this exception

MessageMgrException

public MessageMgrException(java.lang.String message,
                           java.lang.Throwable cause)
Construct a new MessageMgrException with a detail message and the exception that caused it
Parameters:
message - a message describing this exception
cause - the exception that caused this exception


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