org.apache.geronimo.messaging.replication
Class ReplicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.geronimo.messaging.replication.ReplicationException
All Implemented Interfaces:
Serializable

public class ReplicationException
extends Exception

Exception raised when a replication is not possible.

Version:
$Revision: 1.1 $ $Date: 2004/05/11 12:06:40 $
See Also:
Serialized Form

Constructor Summary
ReplicationException(String aMessage)
           
ReplicationException(String aMessage, Throwable aNested)
           
ReplicationException(Throwable aNested)
           
 
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

ReplicationException

public ReplicationException(String aMessage)

ReplicationException

public ReplicationException(String aMessage,
                            Throwable aNested)

ReplicationException

public ReplicationException(Throwable aNested)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.