javapns.devices.exceptions
Class InvalidDeviceTokenFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javapns.devices.exceptions.InvalidDeviceTokenFormatException
All Implemented Interfaces:
Serializable

public class InvalidDeviceTokenFormatException
extends Exception

Thrown when a device token cannot be parsed (invalid format).

Author:
Sylvain Pedneault
See Also:
Serialized Form

Constructor Summary
InvalidDeviceTokenFormatException(String message)
           
InvalidDeviceTokenFormatException(String token, String problem)
           
 
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

InvalidDeviceTokenFormatException

public InvalidDeviceTokenFormatException(String message)

InvalidDeviceTokenFormatException

public InvalidDeviceTokenFormatException(String token,
                                         String problem)


Copyright © 2016. All Rights Reserved.