public class PartialSuccessException extends MessagingException
MessagingException。FTP の "mput" 操作。| コンストラクターと説明 |
|---|
PartialSuccessException(Message<?> message, StringSE description, ThrowableSE cause, CollectionSE<?> partialResults, CollectionSE<?> derivedInput) |
| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE<?> | getDerivedInput() |
<T> CollectionSE<T> | getDerivedInput(ClassSE<T> clazz) キャストを回避するための便利なバージョンの getDerivedInput() |
CollectionSE<?> | getPartialResults() |
<T> CollectionSE<T> | getPartialResults(ClassSE<T> clazz) キャストを回避するための便利なバージョンの getPartialResults() |
StringSE | toString() |
getFailedMessagecontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic PartialSuccessException(Message<?> message, StringSE description, ThrowableSE cause, CollectionSE<?> partialResults, CollectionSE<?> derivedInput)
message - メッセージ。description - 説明。cause - 原因。partialResults - 原因が発生する前に成功した複数の更新のサブセット。derivedInput - 入力データのコレクション(通常はメッセージから派生)。たとえば mput を使用して FTP に送信されるローカルファイルのフィルタリングされたリスト。public CollectionSE<?> getPartialResults()
public CollectionSE<?> getDerivedInput()
public <T> CollectionSE<T> getPartialResults(ClassSE<T> clazz)
getPartialResults()T - 結果の型。clazz - 型。public <T> CollectionSE<T> getDerivedInput(ClassSE<T> clazz)
getDerivedInput()T - 入力の型。clazz - 型。public StringSE toString()
MessagingException の toString