org.apache.geronimo.messaging
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.