Package mireka.transmission.immediate
Class RecipientsWereRejectedException
- Object
-
- Throwable
-
- Exception
-
- mireka.transmission.immediate.RecipientsWereRejectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RecipientsWereRejectedException extends Exceptionit is thrown if some - maybe all - recipients were rejected- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<RecipientRejection>rejections
-
Constructor Summary
Constructors Constructor Description RecipientsWereRejectedException(java.util.List<RecipientRejection> rejections)
-
-
-
Field Detail
-
rejections
public final java.util.List<RecipientRejection> rejections
-
-
Constructor Detail
-
RecipientsWereRejectedException
public RecipientsWereRejectedException(java.util.List<RecipientRejection> rejections)
-
-