public class BloomMakerFileInfoTooLargeException extends BloomMakerException
BMInternalFileInfoService#upload
で、ファイルサイズが大きい場合にスローされる例外クラスです。コンストラクタと説明 |
---|
BloomMakerFileInfoTooLargeException()
|
BloomMakerFileInfoTooLargeException(java.lang.String message)
例外メッセージを指定して、
BloomMakerFileInfoTooLargeException を生成します。 |
BloomMakerFileInfoTooLargeException(java.lang.String message,
java.lang.Throwable cause)
例外メッセージ、原因を指定して
BloomMakerFileInfoTooLargeException を生成します。 |
BloomMakerFileInfoTooLargeException(java.lang.Throwable cause)
原因を指定して、
BloomMakerFileInfoTooLargeException を生成します。 |
public BloomMakerFileInfoTooLargeException()
public BloomMakerFileInfoTooLargeException(java.lang.String message)
BloomMakerFileInfoTooLargeException
を生成します。message
- 例外メッセージpublic BloomMakerFileInfoTooLargeException(java.lang.Throwable cause)
BloomMakerFileInfoTooLargeException
を生成します。cause
- 原因public BloomMakerFileInfoTooLargeException(java.lang.String message, java.lang.Throwable cause)
BloomMakerFileInfoTooLargeException
を生成します。message
- 例外メッセージcause
- 原因Copyright (c) 2019 NTT DATA INTRAMART CORPORATION.