org.apache.openejb.client.event
Class RequestFailed

java.lang.Object
  extended by org.apache.openejb.client.event.RequestFailed

@Log(value=WARNING)
public class RequestFailed
extends Object

Version:
$Rev$ $Date$

Constructor Summary
RequestFailed(URI server, Request request, Throwable throwable)
           
 
Method Summary
 Request getRequest()
           
 URI getServer()
           
 Throwable getThrowable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestFailed

public RequestFailed(URI server,
                     Request request,
                     Throwable throwable)
Method Detail

getServer

public URI getServer()

getRequest

public Request getRequest()

getThrowable

public Throwable getThrowable()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.