javapns.devices.exceptions
Class InvalidDeviceTokenFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDeviceTokenFormatException
public InvalidDeviceTokenFormatException(String message)
InvalidDeviceTokenFormatException
public InvalidDeviceTokenFormatException(String token,
String problem)
Copyright © 2013. All Rights Reserved.