パッケージ jcifs
クラス CIFSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jcifs.CIFSException
-
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
DcerpcException,NbtException,NdrException,PACDecodingException,SmbException,SMBProtocolDecodingException,SMBProtocolDowngradeException,SpnegoException,TransportException
public class CIFSException extends IOException
Base for all checked exceptions used by this library- 作成者:
- mbechler
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CIFSException()CIFSException(String message)CIFSException(String message, Throwable cause)CIFSException(Throwable cause)
-
メソッドの概要
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-