org.apache.axis2.transport.base.event
Class TransportError

java.lang.Object
  extended by org.apache.axis2.transport.base.event.TransportError

public class TransportError
extends java.lang.Object


Constructor Summary
TransportError(java.lang.Object source, org.apache.axis2.description.AxisService service, java.lang.Throwable exception)
           
 
Method Summary
 java.lang.Throwable getException()
           
 org.apache.axis2.description.AxisService getService()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportError

public TransportError(java.lang.Object source,
                      org.apache.axis2.description.AxisService service,
                      java.lang.Throwable exception)
Method Detail

getSource

public java.lang.Object getSource()

getService

public org.apache.axis2.description.AxisService getService()

getException

public java.lang.Throwable getException()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.