org.jboss.invocation
Class InvocationException

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

public class InvocationException
extends java.lang.Exception

A nested exception that is used to differentiate application exceptions from communication exceptions.

See Also:
Serialized Form

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

Constructor Detail

InvocationException

public InvocationException(java.lang.Throwable cause)

InvocationException

public InvocationException(java.lang.String msg,
                           java.lang.Throwable cause)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()