net.sf.dropboxmq
Class DropboxMQJMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by net.sf.dropboxmq.DropboxMQJMSException
All Implemented Interfaces:
Serializable

public class DropboxMQJMSException
extends JMSException

Created: 09 Oct 2005

Version:
$Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
Author:
Dwayne Schultz
See Also:
Serialized Form

Constructor Summary
DropboxMQJMSException(String reason)
           
DropboxMQJMSException(String reason, String errorCode)
           
DropboxMQJMSException(String message, Throwable cause)
           
DropboxMQJMSException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropboxMQJMSException

public DropboxMQJMSException(String reason)

DropboxMQJMSException

public DropboxMQJMSException(String reason,
                             String errorCode)

DropboxMQJMSException

public DropboxMQJMSException(Throwable cause)

DropboxMQJMSException

public DropboxMQJMSException(String message,
                             Throwable cause)