public class PaymentNotFoundException extends ObjectCannotBeFoundException
This exception is thrown when the requested Payment does not exist in the database or is marked for delete.
| Constructor and Description |
|---|
| PaymentNotFoundException()
This method is a default Constructor.
|
| PaymentNotFoundException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
This method is a constructor with a localized message.
|
| PaymentNotFoundException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
|
| PaymentNotFoundException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public PaymentNotFoundException()
This method is a default Constructor.
public PaymentNotFoundException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText)
This method is a constructor with a localized message.
public PaymentNotFoundException(java.lang.String resourceBundleName,
java.lang.String messageKey,
java.lang.Object[] formatArguments,
java.lang.String defaultText,
java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
public PaymentNotFoundException(java.lang.Throwable exception)
This method is a constructor with a chained exception.