Package ru.moysklad.remap_1_2.utils
Class ApiClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ru.moysklad.remap_1_2.utils.ApiClientException
-
- All Implemented Interfaces:
Serializable
public class ApiClientException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiClientException(String uri, int statusCode, String reasonPhrase)ApiClientException(String uri, int statusCode, String reasonPhrase, ErrorResponse er)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ApiClientException
public ApiClientException(String uri, int statusCode, String reasonPhrase, ErrorResponse er)
-
-