org.apache.tuscany.sca.binding.corba.impl.service
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.binding.corba.impl.service.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvocationException(java.lang.Throwable targetException)
           
 
Method Summary
 java.lang.Throwable getTargetException()
           
 void setTargetException(java.lang.Throwable target)
           
 
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 targetException)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()

setTargetException

public void setTargetException(java.lang.Throwable target)