public class SMBApiException extends SMBRuntimeException
Wrapper| Constructor and Description |
|---|
SMBApiException(NtStatus status,
SMB2MessageCommandCode failedCommand,
java.lang.String message) |
SMBApiException(NtStatus status,
SMB2MessageCommandCode failedCommand,
java.lang.Throwable t) |
SMBApiException(SMB2Header header,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
SMB2MessageCommandCode |
getFailedCommand() |
java.lang.String |
getMessage() |
NtStatus |
getStatus() |
public SMBApiException(NtStatus status, SMB2MessageCommandCode failedCommand, java.lang.String message)
public SMBApiException(NtStatus status, SMB2MessageCommandCode failedCommand, java.lang.Throwable t)
public SMBApiException(SMB2Header header, java.lang.String message)
public NtStatus getStatus()
public SMB2MessageCommandCode getFailedCommand()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable