public class ApnsServerException extends Exception
| Constructor and Description |
|---|
ApnsServerException()
Constructs a new APNs server exception.
|
ApnsServerException(String message)
Constructs a new APNs server exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApnsServerException()
public ApnsServerException(String message)
message - a message from the server (if any) explaining the error; may be nullCopyright © 2013–2018 Turo. All rights reserved.