com.notnoop.exceptions
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.notnoop.exceptions.ApnsException
com.notnoop.exceptions.RuntimeIOException
- All Implemented Interfaces:
- Serializable
public class RuntimeIOException
- extends ApnsException
Signals that an I/O exception of some sort has occurred. This
class is the general class of exceptions produced by failed or
interrupted I/O operations.
This is a RuntimeException, unlike the java.io.IOException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeIOException
public RuntimeIOException()
RuntimeIOException
public RuntimeIOException(String message)
RuntimeIOException
public RuntimeIOException(IOException cause)
RuntimeIOException
public RuntimeIOException(String m,
IOException c)
Copyright © 2013. All Rights Reserved.