当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ProxyExceptionHandler (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.util
Interface ProxyExceptionHandler
- All Known Implementing Classes:
- DefaultExceptionHandler
- public interface ProxyExceptionHandler
- Version:
- $Revision: 1.1 $
- Author:
- Juha Lindfors.
Method Summary |
Object |
handleAttributeNotFound(ProxyContext ctx,
AttributeNotFoundException e,
Method m,
Object[] args)
|
Object |
handleInstanceNotFound(ProxyContext ctx,
InstanceNotFoundException e,
Method m,
Object[] args)
|
Object |
handleInvalidAttributeValue(ProxyContext ctx,
InvalidAttributeValueException e,
Method m,
Object[] args)
|
Object |
handleMBeanException(ProxyContext ctx,
MBeanException e,
Method m,
Object[] args)
|
Object |
handleReflectionException(ProxyContext ctx,
ReflectionException e,
Method m,
Object[] args)
|
Object |
handleRuntimeError(ProxyContext ctx,
RuntimeErrorException e,
Method m,
Object[] args)
|
Object |
handleRuntimeMBeanException(ProxyContext ctx,
RuntimeMBeanException e,
Method m,
Object[] args)
|
Object |
handleRuntimeOperationsException(ProxyContext ctx,
RuntimeOperationsException e,
Method m,
Object[] args)
|
handleInstanceNotFound
public Object handleInstanceNotFound(ProxyContext ctx,
InstanceNotFoundException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleAttributeNotFound
public Object handleAttributeNotFound(ProxyContext ctx,
AttributeNotFoundException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleInvalidAttributeValue
public Object handleInvalidAttributeValue(ProxyContext ctx,
InvalidAttributeValueException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleMBeanException
public Object handleMBeanException(ProxyContext ctx,
MBeanException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleReflectionException
public Object handleReflectionException(ProxyContext ctx,
ReflectionException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleRuntimeOperationsException
public Object handleRuntimeOperationsException(ProxyContext ctx,
RuntimeOperationsException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleRuntimeMBeanException
public Object handleRuntimeMBeanException(ProxyContext ctx,
RuntimeMBeanException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
handleRuntimeError
public Object handleRuntimeError(ProxyContext ctx,
RuntimeErrorException e,
Method m,
Object[] args)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.