public class IOError
extends Failure
Indicates IO error.
Exception that was catched is provided as throwable parameter. If operation is related to Command transmission, the command object is provided as command parameter.
Constructor and Description |
---|
IOError(java.lang.Throwable throwable,
Command command)
Indicates IO error.
|
Modifier and Type | Method and Description |
---|---|
Command |
component2() |
IOError |
copy(java.lang.Throwable throwable,
Command command)
Indicates IO error.
|
boolean |
equals(java.lang.Object p) |
Command |
getCommand() |
int |
hashCode() |
java.lang.String |
toString() |
public IOError(java.lang.Throwable throwable, Command command)
Indicates IO error.
Exception that was catched is provided as throwable parameter. If operation is related to Command transmission, the command object is provided as command parameter.
public java.lang.String toString()
public Command getCommand()
public Command component2()
public IOError copy(java.lang.Throwable throwable, Command command)
Indicates IO error.
Exception that was catched is provided as throwable parameter. If operation is related to Command transmission, the command object is provided as command parameter.
public int hashCode()
public boolean equals(java.lang.Object p)