javapns.devices.exceptions
Class NullDeviceTokenException

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

Deprecated.

@Deprecated
public class NullDeviceTokenException
extends Exception

Thrown when the given token is null

Author:
Maxime Peron
See Also:
Serialized Form

Constructor Summary
NullDeviceTokenException()
          Deprecated. Constructor
NullDeviceTokenException(String message)
          Deprecated. Constructor with custom message
 
Method Summary
 String toString()
          Deprecated. String representation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullDeviceTokenException

public NullDeviceTokenException()
Deprecated. 
Constructor


NullDeviceTokenException

public NullDeviceTokenException(String message)
Deprecated. 
Constructor with custom message

Parameters:
message -
Method Detail

toString

public String toString()
Deprecated. 
String representation

Overrides:
toString in class Throwable