com.telapi.api.exceptions
Class TelapiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.telapi.api.exceptions.TelapiException
All Implemented Interfaces:
Serializable

public class TelapiException
extends Exception

See Also:
Serialized Form

Constructor Summary
TelapiException()
           
TelapiException(Long status, String message, String code, String moreInfo)
           
TelapiException(String message)
           
 
Method Summary
 String getCode()
           
 String getMoreInfo()
           
 Long getStatus()
           
 void setCode(String code)
           
 void setMoreInfo(String moreInfo)
           
 void setStatus(Long status)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TelapiException

public TelapiException()

TelapiException

public TelapiException(String message)

TelapiException

public TelapiException(Long status,
                       String message,
                       String code,
                       String moreInfo)
Method Detail

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.