org.apache.geronimo.kernel
Class GBeanNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.geronimo.kernel.KernelException
              extended byorg.apache.geronimo.kernel.GBeanNotFoundException
All Implemented Interfaces:
Serializable

public class GBeanNotFoundException
extends KernelException

Version:
$Rev: 392164 $ $Date: 2006-04-07 04:38:29 +0200 (Fri, 07 Apr 2006) $
See Also:
Serialized Form

Constructor Summary
GBeanNotFoundException(org.apache.geronimo.gbean.AbstractName abstractName)
           
GBeanNotFoundException(javax.management.ObjectName gBeanName)
           
GBeanNotFoundException(javax.management.ObjectName gBeanName, Throwable cause)
           
GBeanNotFoundException(String message, Set patterns)
           
GBeanNotFoundException(String message, Throwable cause)
           
 
Method Summary
 org.apache.geronimo.gbean.AbstractName getAbstractName()
           
 javax.management.ObjectName getGBeanName()
           
 boolean isAbstractName()
           
 boolean isGBeanName()
           
 
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

GBeanNotFoundException

public GBeanNotFoundException(javax.management.ObjectName gBeanName)

GBeanNotFoundException

public GBeanNotFoundException(javax.management.ObjectName gBeanName,
                              Throwable cause)

GBeanNotFoundException

public GBeanNotFoundException(org.apache.geronimo.gbean.AbstractName abstractName)

GBeanNotFoundException

public GBeanNotFoundException(String message,
                              Set patterns)

GBeanNotFoundException

public GBeanNotFoundException(String message,
                              Throwable cause)
Method Detail

getGBeanName

public javax.management.ObjectName getGBeanName()

getAbstractName

public org.apache.geronimo.gbean.AbstractName getAbstractName()

isGBeanName

public boolean isGBeanName()

isAbstractName

public boolean isAbstractName()


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