Package mireka.transmission.immediate
Class RecipientRejection
- Object
-
- mireka.transmission.immediate.RecipientRejection
-
public class RecipientRejection extends ObjectRecipientRejection contains the rejected recipient and the rejection exception.
-
-
Field Summary
Fields Modifier and Type Field Description RecipientrecipientSendExceptionsendException
-
Constructor Summary
Constructors Constructor Description RecipientRejection(Recipient recipient, RemoteMtaErrorResponseException sendException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()
-
-
-
Field Detail
-
recipient
public final Recipient recipient
-
sendException
public final SendException sendException
-
-
Constructor Detail
-
RecipientRejection
public RecipientRejection(Recipient recipient, RemoteMtaErrorResponseException sendException)
-
-