org.openamf.invoker
Class ServiceInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.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

Field Summary
protected  ServiceRequest request
           
protected  AMFBody requestBody
           
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ServiceInvocationException(AMFBody requestBody, java.lang.Throwable cause)
           
ServiceInvocationException(ServiceRequest request, java.lang.Throwable cause)
           
 
Method Summary
 AMFBody getAMFBody()
           
 AMFError getAMFError()
           
 ServiceRequest getServiceRequest()
           
 
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
 

Field Detail

requestBody

protected AMFBody requestBody

request

protected ServiceRequest request
Constructor Detail

ServiceInvocationException

public ServiceInvocationException(AMFBody requestBody,
                                  java.lang.Throwable cause)

ServiceInvocationException

public ServiceInvocationException(ServiceRequest request,
                                  java.lang.Throwable cause)
Method Detail

getAMFBody

public AMFBody getAMFBody()

getServiceRequest

public ServiceRequest getServiceRequest()

getAMFError

public AMFError getAMFError()