com.stackmob.core
Class PushServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stackmob.core.PushServiceException
All Implemented Interfaces:
Serializable

public class PushServiceException
extends Exception

Thrown when an error is encountered while queueing a push notification.

See Also:
Serialized Form

Constructor Summary
PushServiceException(String message)
          Constructs a new push service exception with the specified detail message.
PushServiceException(String message, Throwable cause)
          Constructs a new push service exception with the specified detail message and cause.
PushServiceException(Throwable cause)
          Constructs a new push service exception with the specified cause.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushServiceException

public PushServiceException(String message)
Constructs a new push service exception with the specified detail message.

Parameters:
message - the message

PushServiceException

public PushServiceException(String message,
                            Throwable cause)
Constructs a new push service exception with the specified detail message and cause.

Parameters:
message - the message
cause - the cause

PushServiceException

public PushServiceException(Throwable cause)
Constructs a new push service exception with the specified cause.

Parameters:
cause - the cause


Copyright © 2012 StackMob. All Rights Reserved.