com.notnoop.exceptions
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.notnoop.exceptions.ApnsException
                  extended by 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

Constructor Summary
RuntimeIOException()
           
RuntimeIOException(IOException cause)
           
RuntimeIOException(String message)
           
RuntimeIOException(String m, IOException c)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.