jrun.jms.core.messagemgr
Class MessageLeaseHelperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrun.jms.core.messagemgr.MessageLeaseHelperException
All Implemented Interfaces:
java.io.Serializable

public class MessageLeaseHelperException
extends java.lang.Exception

This excpetion is thrown a MessageLeaseHelper instance cannot be created for a specified DestinationCache.

Version:
$Revision: 1.1 $ $Date: 2001/09/04 02:24:20 $
Author:
Jim Alateras
See Also:
org.exolab.jms.messagemgr.MessageLeaseHelper, org.exolab.jms.messagemgr.DestinationCache, Serialized Form

Constructor Summary
MessageLeaseHelperException()
          Default constructor with no additional info.
MessageLeaseHelperException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageLeaseHelperException

public MessageLeaseHelperException()
Default constructor with no additional info.

MessageLeaseHelperException

public MessageLeaseHelperException(java.lang.String reason)
Construct an instance of this exception with the specified reason.
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.