com.kii.sdk.photocolle
Class ApplicationLayerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kii.sdk.photocolle.PhotocolleException
              extended by com.kii.sdk.photocolle.BaseApplicationLayerException
                  extended by com.kii.sdk.photocolle.ApplicationLayerException
All Implemented Interfaces:
Serializable

public class ApplicationLayerException
extends BaseApplicationLayerException

Thrown when a request sending by PhotoColleSDK was failed to execute on a server.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.kii.sdk.photocolle.BaseApplicationLayerException
BaseApplicationLayerException.ErrorCode
 
Method Summary
 BaseApplicationLayerException.ErrorCode getErrorCode()
           
 String getParamName()
           
 String getParamValue()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorCode

public BaseApplicationLayerException.ErrorCode getErrorCode()
Returns:
the errorCode

getParamName

public String getParamName()
Returns:
the paramName

getParamValue

public String getParamValue()
Returns:
the paramValue