com.amazonaws.mobileconnectors.cognito.exceptions
Class RegistrationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.AmazonClientException
                  extended by com.amazonaws.mobileconnectors.cognito.exceptions.RegistrationFailedException
All Implemented Interfaces:
java.io.Serializable

public class RegistrationFailedException
extends AmazonClientException

An exception thrown when a registration of a device for silentsync fails

See Also:
Serialized Form

Constructor Summary
RegistrationFailedException(java.lang.String message)
           
RegistrationFailedException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.amazonaws.AmazonClientException
isRetryable
 
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
 

Constructor Detail

RegistrationFailedException

public RegistrationFailedException(java.lang.String message,
                                   java.lang.Throwable throwable)

RegistrationFailedException

public RegistrationFailedException(java.lang.String message)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.