|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.rhq.enterprise.communications.command.client.RemoteIOException
public class RemoteIOException
This represents an IOException that occurred on a remote input stream.
| 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 |
|---|
public RemoteIOException()
RemoteIOException.
public RemoteIOException(String message)
RemoteIOException.
message - the exception messagepublic RemoteIOException(Throwable t)
RemoteIOException.
t - the true exception that occurred
public RemoteIOException(String message,
Throwable t)
RemoteIOException.
message - the exception messaget - the true exception that occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||