org.openamf.invoker
Class ServiceInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.openamf.invoker.ServiceInvocationException
- All Implemented Interfaces:
- org.apache.commons.lang.exception.Nestable, java.io.Serializable
- public class ServiceInvocationException
- extends org.apache.commons.lang.exception.NestableException
- Version:
- $Revision: 1.21 $, $Date: 2004/08/04 05:15:44 $
- Author:
- Jason Calabrese , Sylwester Lachiewicz
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
requestBody
protected AMFBody requestBody
request
protected ServiceRequest request
ServiceInvocationException
public ServiceInvocationException(AMFBody requestBody,
java.lang.Throwable cause)
ServiceInvocationException
public ServiceInvocationException(ServiceRequest request,
java.lang.Throwable cause)
getAMFBody
public AMFBody getAMFBody()
getServiceRequest
public ServiceRequest getServiceRequest()
getAMFError
public AMFError getAMFError()