com.kii.sdk.photocolle
Class AuthenticationContextAccessException

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

public class AuthenticationContextAccessException
extends PhotocolleException

Thrown when failed to access stored AuthenticationContext.

See Also:
Serialized Form

Nested Class Summary
static class AuthenticationContextAccessException.Reason
          The reason for accessing stored AuthenticationContext failed.
 
Method Summary
 AuthenticationContextAccessException.Reason getReason()
           
 
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

getReason

public AuthenticationContextAccessException.Reason getReason()
Returns:
the reason.