org.apache.geronimo.kernel
Class GBeanNotFoundException

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

public class GBeanNotFoundException
extends KernelException

See Also:
Serialized Form

Constructor Summary
GBeanNotFoundException(AbstractName abstractName)
           
GBeanNotFoundException(ObjectName gBeanName)
           
GBeanNotFoundException(ObjectName gBeanName, Throwable cause)
           
GBeanNotFoundException(String message, Set patterns, Set<AbstractName> matches)
           
GBeanNotFoundException(String message, Throwable cause)
           
 
Method Summary
 AbstractName getAbstractName()
           
 ObjectName getGBeanName()
           
 Set<AbstractName> getMatches()
           
 boolean hasMatches()
           
 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(ObjectName gBeanName)

GBeanNotFoundException

public GBeanNotFoundException(ObjectName gBeanName,
                              Throwable cause)

GBeanNotFoundException

public GBeanNotFoundException(AbstractName abstractName)

GBeanNotFoundException

public GBeanNotFoundException(String message,
                              Set patterns,
                              Set<AbstractName> matches)

GBeanNotFoundException

public GBeanNotFoundException(String message,
                              Throwable cause)
Method Detail

getGBeanName

public ObjectName getGBeanName()

getAbstractName

public AbstractName getAbstractName()

isGBeanName

public boolean isGBeanName()

isAbstractName

public boolean isAbstractName()

getMatches

public Set<AbstractName> getMatches()

hasMatches

public boolean hasMatches()


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