/**@class android.content.IntentSender.SendIntentException
@extends android.util.AndroidException
Exception thrown when trying to send through a PendingIntent that
has been canceled or is otherwise no longer able to execute the request.
*/
var SendIntentException = {
};