jrun.jms.core.gc
Class GarbageCollectionServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.kernel.ServiceException
                    |
                    +--jrun.jms.core.gc.GarbageCollectionServiceException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable

public class GarbageCollectionServiceException
extends ServiceException

This exception is raised when there is a GarbageCollectionService related exception. It is a generic exception

Version:
$Version$ $Date: 2001/09/03 23:43:18 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
GarbageCollectionServiceException(java.lang.String reason)
          Create an exception with the specified reason
 
Methods inherited from class jrunx.kernel.ServiceException
getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GarbageCollectionServiceException

public GarbageCollectionServiceException(java.lang.String reason)
Create an exception with the specified reason
Parameters:
reason -  


Copyright � 2002 Macromedia Corporation. All Rights Reserved.