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
- Version:
- $Rev: 392164 $ $Date: 2006-04-07 04:38:29 +0200 (Fri, 07 Apr 2006) $
- 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(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)
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.