站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jmx API Documentation 英文版文档

InvocationException (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


org.jboss.mx.server
Class InvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.mx.server.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvocationException(Throwable t)
           
InvocationException(Throwable t, String msg)
           
 
Method Summary
 Throwable getTargetException()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvocationException

public InvocationException(Throwable t)

InvocationException

public InvocationException(Throwable t,
                           String msg)
Method Detail

getTargetException

public Throwable getTargetException()

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.