Class SMBApiException

    • Constructor Detail

      • SMBApiException

        public SMBApiException​(long status,
                               SMB2MessageCommandCode failedCommand,
                               java.lang.Throwable t)
      • SMBApiException

        public SMBApiException​(long status,
                               SMB2MessageCommandCode failedCommand,
                               java.lang.String message,
                               java.lang.Throwable t)
      • SMBApiException

        public SMBApiException​(SMB2PacketHeader header,
                               java.lang.String message)
      • SMBApiException

        public SMBApiException​(SMB2PacketHeader header,
                               java.lang.String message,
                               java.lang.Throwable t)
    • Method Detail

      • getStatus

        public NtStatus getStatus()
      • getStatusCode

        public long getStatusCode()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable