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
| 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)
|
| 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 |
ServiceInvocationException
public ServiceInvocationException(java.lang.String serviceInterfaceName,
java.lang.String methodName,
java.lang.String[] typeNames,
java.lang.Object[] args,
java.lang.Throwable cause)
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