uk.co.textmarketer.RestAPI
Class RestClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.textmarketer.RestAPI.RestClientException
All Implemented Interfaces:
java.io.Serializable

public class RestClientException
extends java.lang.Exception

RESTful API

Copyright © 2012 Text Marketer Ltd

This is an exception that is thrown whenever a RestClient call generates a error.

Version:
1.0
Author:
Marco Morais
See Also:
Serialized Form

Constructor Summary
RestClientException(java.lang.Exception e)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestClientException

public RestClientException(java.lang.Exception e)