public class TaxException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected TaxResponse |
taxResponse |
| Constructor and Description |
|---|
TaxException() |
TaxException(String message) |
TaxException(String message,
Throwable cause) |
TaxException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
TaxResponse |
getTaxResponse() |
void |
setTaxResponse(TaxResponse taxResponse) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected TaxResponse taxResponse
public TaxException()
public TaxException(String message)
public TaxException(Throwable cause)
public TaxResponse getTaxResponse()
public void setTaxResponse(TaxResponse taxResponse)
Copyright © 2014. All Rights Reserved.