com.jakewharton.apibuilder
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApiException
public ApiException(Throwable e)
ApiException
public ApiException(String message)
Copyright © 2011 Jake Wharton. All Rights Reserved.