public class RemoteIOException extends IOException
| Constructor and Description |
|---|
RemoteIOException()
Constructor for
RemoteIOException. |
RemoteIOException(String message)
Constructor for
RemoteIOException. |
RemoteIOException(String message,
Throwable t)
Constructor for
RemoteIOException. |
RemoteIOException(Throwable t)
Constructor for
RemoteIOException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RemoteIOException()
RemoteIOException.public RemoteIOException(String message)
RemoteIOException.message - the exception messagepublic RemoteIOException(Throwable t)
RemoteIOException.t - the true exception that occurredpublic RemoteIOException(String message, Throwable t)
RemoteIOException.message - the exception messaget - the true exception that occurredCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.