org.jacorb.notification.engine
Class RetryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jacorb.notification.engine.RetryException
All Implemented Interfaces:
java.io.Serializable

public class RetryException
extends java.lang.Exception

Version:
$Id: RetryException.java,v 1.3 2005/04/27 10:48:40 alphonse.bendt Exp $
Author:
Alphonse Bendt
See Also:
Serialized Form

Constructor Summary
RetryException(java.lang.String message)
           
 
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

RetryException

public RetryException(java.lang.String message)