org.apache.geronimo.kernel
Class GBeanNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geronimo.kernel.KernelException
org.apache.geronimo.kernel.GBeanNotFoundException
- All Implemented Interfaces:
- Serializable
public class GBeanNotFoundException
- extends KernelException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
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-2008 The Apache Geronimo development community. All Rights Reserved.