org.exolab.jms.messagemgr
Class ResourceManagerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.messagemgr.ResourceManagerException
All Implemented Interfaces:
java.io.Serializable

public class ResourceManagerException
extends java.lang.Exception

This exception is raised by the ResourceManager on any general error.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:50:43 $
Author:
Jim Alateras
See Also:
Serialized Form

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

ResourceManagerException

public ResourceManagerException()
Default constructor with no additional info.

ResourceManagerException

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


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