javapns.devices.exceptions
Class NullIdException

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

Deprecated.

@Deprecated
public class NullIdException
extends Exception

Thrown when the given id is null

Author:
Maxime Peron
See Also:
Serialized Form

Constructor Summary
NullIdException()
          Deprecated. Constructor
NullIdException(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

NullIdException

public NullIdException()
Deprecated. 
Constructor


NullIdException

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

Parameters:
message -
Method Detail

toString

public String toString()
Deprecated. 
String representation

Overrides:
toString in class Throwable