org.apache.geronimo.messaging
Class NodeException

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

public class NodeException
extends Exception

Exception to be raised when an problem occur when a node can not performed a specified operation.

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

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

NodeException

public NodeException(String aMsg)

NodeException

public NodeException(String aMsg,
                     Throwable aNested)

NodeException

public NodeException(Throwable aNested)


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