com.jalios.rest.client
Class RestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jalios.rest.client.RestException
All Implemented Interfaces:
Serializable

public class RestException
extends Exception

See Also:
Serialized Form

Constructor Summary
protected RestException(org.restlet.data.Response response)
           
 
Method Summary
 org.restlet.data.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

RestException

protected RestException(org.restlet.data.Response response)
Method Detail

getResponse

public org.restlet.data.Response getResponse()


Copyright © 2001-2007 Jalios SA. All Rights Reserved.