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)
GBeanNotFoundException
public GBeanNotFoundException(String message,
Throwable cause)
getGBeanName
public ObjectName getGBeanName()
getAbstractName
public AbstractName getAbstractName()
isGBeanName
public boolean isGBeanName()
isAbstractName
public boolean isAbstractName()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.