Package com.hierynomus.mssmb2
Class SMB2Error
java.lang.Object
com.hierynomus.mssmb2.SMB2Error
[MS-SMB2] 2.2.2 SMB2 ERROR Response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) SMB2Error
read
(SMB2PacketHeader header, SMBBuffer buffer) private void
readErrorContext
(SMB2PacketHeader header, SMBBuffer buffer, int errorContextCount) [MS-SMB2] 2.2.2.1 SMB2 ERROR Context Responseprivate void
readErrorData
(SMB2PacketHeader header, SMBBuffer buffer) [MS-SMB2] 2.2.2.2 ErrorData format
-
Field Details
-
errorData
-
-
Constructor Details
-
SMB2Error
public SMB2Error()
-
-
Method Details
-
read
- Throws:
Buffer.BufferException
-
readErrorContext
private void readErrorContext(SMB2PacketHeader header, SMBBuffer buffer, int errorContextCount) throws Buffer.BufferException [MS-SMB2] 2.2.2.1 SMB2 ERROR Context Response- Parameters:
header
-buffer
-errorContextCount
-- Throws:
Buffer.BufferException
-
readErrorData
[MS-SMB2] 2.2.2.2 ErrorData format- Parameters:
header
-buffer
-- Throws:
Buffer.BufferException
-
getErrorData
-