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