com.jakewharton.apibuilder
Class ApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jakewharton.apibuilder.ApiException
All Implemented Interfaces:
Serializable

public class ApiException
extends RuntimeException

Represents an exception which occured executing a remote API method.

Author:
Jake Wharton
See Also:
Serialized Form

Constructor Summary
ApiException(String message)
           
ApiException(Throwable 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiException

public ApiException(Throwable e)

ApiException

public ApiException(String message)


Copyright © 2011 Jake Wharton. All Rights Reserved.