Package org.killbill.billing.client
Class KillBillClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.killbill.billing.client.KillBillClientException
-
- All Implemented Interfaces:
Serializable
public class KillBillClientException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KillBillClientException(Exception cause)KillBillClientException(Exception cause, HttpResponse<InputStream> response)KillBillClientException(HttpResponse<InputStream> response)KillBillClientException(BillingException exception, HttpResponse<InputStream> response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingExceptiongetBillingException()HttpResponse<InputStream>getResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
KillBillClientException
public KillBillClientException(Exception cause)
-
KillBillClientException
public KillBillClientException(HttpResponse<InputStream> response)
-
KillBillClientException
public KillBillClientException(Exception cause, HttpResponse<InputStream> response)
-
KillBillClientException
public KillBillClientException(BillingException exception, HttpResponse<InputStream> response)
-
-
Method Detail
-
getResponse
public HttpResponse<InputStream> getResponse()
-
getBillingException
public BillingException getBillingException()
-
-