com.telapi.api.exceptions
Class TelapiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.telapi.api.exceptions.TelapiException
- All Implemented Interfaces:
- Serializable
public class TelapiException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TelapiException
public TelapiException()
TelapiException
public TelapiException(String message)
TelapiException
public TelapiException(Long status,
String message,
String code,
String moreInfo)
getStatus
public Long getStatus()
setStatus
public void setStatus(Long status)
getCode
public String getCode()
setCode
public void setCode(String code)
getMoreInfo
public String getMoreInfo()
setMoreInfo
public void setMoreInfo(String moreInfo)
Copyright © 2012. All Rights Reserved.