|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javapns.devices.exceptions.DuplicateDeviceException
@Deprecated public class DuplicateDeviceException
Thrown when a Device already exist and we try to add it a second time
Constructor Summary | |
---|---|
DuplicateDeviceException()
Deprecated. Constructor |
|
DuplicateDeviceException(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 |
---|
public DuplicateDeviceException()
public DuplicateDeviceException(String message)
message
- Method Detail |
---|
public String toString()
toString
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |