jrun.jms.core.messagemgr
Class FailedToCreateHandleException

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

public class FailedToCreateHandleException
extends java.lang.Exception

This exception is raised when a message handle cannot be created

Version:
$Revision: 1.1 $ $Date: 2001/05/24 16:09:24 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
FailedToCreateHandleException()
          Default constructor with no additional info.
FailedToCreateHandleException(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

FailedToCreateHandleException

public FailedToCreateHandleException()
Default constructor with no additional info.

FailedToCreateHandleException

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.