java.lang.Object
org.newsclub.net.unix.tipc.AFTIPCErrInfo
- All Implemented Interfaces:
Serializable
The TIPC-specific error info response that may be included as ancillary data.
- Author:
- Christian Kohlschütter
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Some TIPC error code. -
Constructor Summary
ConstructorDescriptionAFTIPCErrInfo
(AFTIPCErrInfo.ErrorCode errorCode, int dataLength) Creates a new instance. -
Method Summary
-
Constructor Details
-
AFTIPCErrInfo
Creates a new instance.- Parameters:
errorCode
- The error code.dataLength
- The length of the returned data.
-
-
Method Details
-
getErrorCode
-
getDataLength
public int getDataLength()The length of the corresponding data.- Returns:
- The length in bytes.
-
toString
-
hashCode
-
equals
-