public class VoucherifyException
extends java.lang.Exception
| Constructor and Description |
|---|
VoucherifyException(retrofit.RetrofitError.Kind kind,
java.lang.String url) |
VoucherifyException(java.lang.String message) |
VoucherifyException(java.lang.String message,
java.lang.Throwable cause) |
VoucherifyException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
VoucherifyException(java.lang.Throwable cause) |
public VoucherifyException(retrofit.RetrofitError.Kind kind,
java.lang.String url)
kind - type which triggered a RetrofitErrorurl - of the requestpublic VoucherifyException(java.lang.String message)
message - of the errorpublic VoucherifyException(java.lang.String message,
java.lang.Throwable cause)
message - of the errorcause - of the errorpublic VoucherifyException(java.lang.Throwable cause)
cause - of the errorpublic VoucherifyException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - of the errorcause - of the exceptionenableSuppression - writableStackTrace -