javapns.devices.exceptions
Class UnknownDeviceException

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

Deprecated.

@Deprecated
public class UnknownDeviceException
extends Exception

Thrown when we try to retrieve a device that doesn't exist

Author:
Maxime Peron
See Also:
Serialized Form

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

UnknownDeviceException

public UnknownDeviceException()
Deprecated. 
Constructor


UnknownDeviceException

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

Parameters:
message -
Method Detail

toString

public String toString()
Deprecated. 
String representation

Overrides:
toString in class Throwable