org.apache.openejb.client
Class RetryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.openejb.client.RetryException
All Implemented Interfaces:
java.io.Serializable

public class RetryException
extends java.io.IOException

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
RetryException(Response response)
           
 
Method Summary
 Response getResponse()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Constructor Detail

RetryException

public RetryException(Response response)
Method Detail

getResponse

public Response getResponse()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.