org.exolab.jms.messagemgr
Class MessageMgrException

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.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.
 
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

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-2005 The OpenJMS Group. All Rights Reserved.