javapns.devices.exceptions
Class DuplicateDeviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javapns.devices.exceptions.DuplicateDeviceException
- All Implemented Interfaces:
- Serializable
public class DuplicateDeviceException
- extends Exception
Thrown when a Device already exist and we try to add it a second time
- Author:
- Maxime Peron
- See Also:
- Serialized Form
DuplicateDeviceException
public DuplicateDeviceException()
- Constructor
DuplicateDeviceException
public DuplicateDeviceException(String message)
- Constructor with custom message
- Parameters:
message -
toString
public String toString()
- String representation
- Overrides:
toString in class Throwable
Copyright © 2013. All Rights Reserved.