パッケージ jcifs.smb1.smb1

クラス SmbException

  • すべての実装されたインタフェース:
    Serializable, DosError, NtStatus, WinError
    直系の既知のサブクラス:
    DfsReferral, SmbAuthException

    public class SmbException
    extends IOException
    implements NtStatus, DosError, WinError
    There are hundreds of error codes that may be returned by a CIFS server. Rather than represent each with it's own Exception class, this class represents all of them. For many of the popular error codes, constants and text messages like "The device is not ready" are provided.

    The jCIFS client maps DOS error codes to NTSTATUS codes. This means that the user may recieve a different error from a legacy server than that of a newer varient such as Windows NT and above. If you should encounter such a case, please report it to jcifs at samba dot org and we will change the mapping.

    関連項目:
    直列化された形式
    • コンストラクタの詳細

      • SmbException

        public SmbException​(int errcode,
                            boolean winerr)
    • メソッドの詳細

      • getNtStatus

        public int getNtStatus()
      • getRootCause

        public Throwable getRootCause()