パッケージ jcifs
クラス RuntimeCIFSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jcifs.RuntimeCIFSException
-
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
CIFSUnsupportedCryptoException
public class RuntimeCIFSException extends RuntimeException
Base for all checked exceptions used by this library These should only occur under very rare circumstances.- 作成者:
- mbechler
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RuntimeCIFSException()RuntimeCIFSException(String message)RuntimeCIFSException(String message, Throwable cause)RuntimeCIFSException(Throwable cause)
-
メソッドの概要
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
RuntimeCIFSException
public RuntimeCIFSException()
-
RuntimeCIFSException
public RuntimeCIFSException(String message, Throwable cause)
- パラメータ:
message-cause-
-
RuntimeCIFSException
public RuntimeCIFSException(String message)
- パラメータ:
message-
-
RuntimeCIFSException
public RuntimeCIFSException(Throwable cause)
- パラメータ:
cause-
-
-