org.apache.geronimo.kernel.util
Class IllegalNodeConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.kernel.util.IllegalNodeConfigException
All Implemented Interfaces:
Serializable

public class IllegalNodeConfigException
extends Exception

Version:
$Rev: 1213810 $ $Date: 2011-12-14 02:00:08 +0800 (Wed, 14 Dec 2011) $
See Also:
Serialized Form

Constructor Summary
IllegalNodeConfigException(String message)
           
IllegalNodeConfigException(String nodeName, String message)
           
 
Method Summary
 String getNodeName()
           
 
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

IllegalNodeConfigException

public IllegalNodeConfigException(String nodeName,
                                  String message)

IllegalNodeConfigException

public IllegalNodeConfigException(String message)
Method Detail

getNodeName

public String getNodeName()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.