org.apache.geronimo.messaging
Class CommunicationException

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

public class CommunicationException
extends RuntimeException

Exception to be raised when a communication problem occurs.

Version:
$Revision: 1.2 $ $Date: 2004/06/03 14:34:04 $
See Also:
Serialized Form

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

CommunicationException

public CommunicationException(String aMessage)

CommunicationException

public CommunicationException(Throwable aNested)

CommunicationException

public CommunicationException(String aMessage,
                              Throwable aNested)


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