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, toString
public ApnsServerException()
public ApnsServerException(String message)
message
- a message from the server (if any) explaining the error; may be null
Copyright © 2013–2018 Turo. All rights reserved.