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.