org.rhq.enterprise.communications.command.client
Class RemoteIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.rhq.enterprise.communications.command.client.RemoteIOException
All Implemented Interfaces:
Serializable

public class RemoteIOException
extends IOException

This represents an IOException that occurred on a remote input stream.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
RemoteIOException()
          Constructor for RemoteIOException.
RemoteIOException(String message)
          Constructor for RemoteIOException.
RemoteIOException(String message, Throwable t)
          Constructor for RemoteIOException.
RemoteIOException(Throwable t)
          Constructor for RemoteIOException.
 
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

RemoteIOException

public RemoteIOException()
Constructor for RemoteIOException.


RemoteIOException

public RemoteIOException(String message)
Constructor for RemoteIOException.

Parameters:
message - the exception message

RemoteIOException

public RemoteIOException(Throwable t)
Constructor for RemoteIOException.

Parameters:
t - the true exception that occurred

RemoteIOException

public RemoteIOException(String message,
                         Throwable t)
Constructor for RemoteIOException.

Parameters:
message - the exception message
t - the true exception that occurred


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.