パッケージ com.handywedge.crypto
クラス FWCipherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.handywedge.common.FWRuntimeException
-
- com.handywedge.crypto.FWCipherException
-
- すべての実装されたインタフェース:
Serializable
public class FWCipherException extends FWRuntimeException
暗号化・復号処理で例外が発生した時にスローされる例外クラスです。- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWCipherException(String code, Object... args)FWCipherException(String code, Throwable cause, Object... args)
-
メソッドの概要
-
クラスから継承されたメソッド com.handywedge.common.FWRuntimeException
getErrorCode, getMessage
-
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-