net.sf.arise.delegate
Class ServiceInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.arise.util.ChainingException
                    |
                    +--net.sf.arise.delegate.ServiceException
                          |
                          +--net.sf.arise.delegate.ServiceInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceInvocationException
extends ServiceException

Top level Exception for all Service Exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ServiceInvocationException(java.lang.String serviceInterfaceName, java.lang.String methodName, java.lang.String[] typeNames, java.lang.Object[] args, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Object[] getArgs()
           
 java.lang.String getMethodName()
           
 java.lang.String getServiceInterfaceName()
           
 java.lang.String[] getTypeNames()
           
 
Methods inherited from class net.sf.arise.util.ChainingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ServiceInvocationException

public ServiceInvocationException(java.lang.String serviceInterfaceName,
                                  java.lang.String methodName,
                                  java.lang.String[] typeNames,
                                  java.lang.Object[] args,
                                  java.lang.Throwable cause)
Method Detail

getServiceInterfaceName

public java.lang.String getServiceInterfaceName()

getMethodName

public java.lang.String getMethodName()

getTypeNames

public java.lang.String[] getTypeNames()

getArgs

public java.lang.Object[] getArgs()


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth