Package com.cloudinary.api.exceptions
Class ApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cloudinary.api.exceptions.ApiException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadyExists
,AuthorizationRequired
,BadRequest
,GeneralError
,NotAllowed
,NotFound
,RateLimited
public class ApiException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ApiException(java.lang.String message)
-
Method Summary
-
Constructor Details
-
ApiException
public ApiException(java.lang.String message)
-