com.kii.sdk.photocolle
Class UploadException

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.UploadException
All Implemented Interfaces:
Serializable

public class UploadException
extends BaseApplicationLayerException

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

See Also:
Serialized Form

Nested Class Summary
static class UploadException.ErrorItem
           
 
Nested classes/interfaces inherited from class com.kii.sdk.photocolle.BaseApplicationLayerException
BaseApplicationLayerException.ErrorCode
 
Method Summary
 List<UploadException.ErrorItem> getErrorItems()
          A list of error items.
 
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

getErrorItems

public List<UploadException.ErrorItem> getErrorItems()
A list of error items.

Returns:
the errorItems