パッケージ jcifs.internal
クラス SMBProtocolDecodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jcifs.CIFSException
-
- jcifs.internal.SMBProtocolDecodingException
-
- すべての実装されたインタフェース:
Serializable
public class SMBProtocolDecodingException extends CIFSException
- 作成者:
- mbechler
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SMBProtocolDecodingException()SMBProtocolDecodingException(String message)SMBProtocolDecodingException(String message, Throwable cause)SMBProtocolDecodingException(Throwable cause)
-
メソッドの概要
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
SMBProtocolDecodingException
public SMBProtocolDecodingException()
-
SMBProtocolDecodingException
public SMBProtocolDecodingException(String message, Throwable cause)
- パラメータ:
message-cause-
-
SMBProtocolDecodingException
public SMBProtocolDecodingException(String message)
- パラメータ:
message-
-
SMBProtocolDecodingException
public SMBProtocolDecodingException(Throwable cause)
- パラメータ:
cause-
-
-