クラス MagicByteCheckApplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.ApplicationException
org.iplass.mtp.impl.web.fileupload.MagicByteCheckApplicationException
- すべての実装されたインタフェース:
Serializable
public class MagicByteCheckApplicationException
extends org.iplass.mtp.ApplicationException
マジックバイトチェック例外
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明MagicByteCheckApplicationException(String message) コンストラクタMagicByteCheckApplicationException(String message, Throwable cause) コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
MagicByteCheckApplicationException
コンストラクタ- パラメータ:
message- メッセージ
-
MagicByteCheckApplicationException
コンストラクタ- パラメータ:
message- メッセージcause- 原因例外
-