public class FinancialTransactionNotFoundException extends ObjectCannotBeFoundException
This exception is thrown when the requested financial transaction does not exist in the database or is marked for delete
| Constructor and Description |
|---|
FinancialTransactionNotFoundException()
This method is a default Constructor.
|
FinancialTransactionNotFoundException(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.
|
FinancialTransactionNotFoundException(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.
|
FinancialTransactionNotFoundException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
dumpException, getObjectId, getObjectType, setObjectId, setObjectTypeaddProperties, addProperties, addProperty, getClassSource, getDefaultMessage, getFormatArguments, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getMethodSource, getPreviousException, getProperties, getResourceBundleName, setClassSource, setDefaultMessage, setFormatArguments, setMessageKey, setMethodSource, setPreviousException, setProperties, setResourceBundleNamepublic FinancialTransactionNotFoundException()
This method is a default Constructor.
public FinancialTransactionNotFoundException(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.
resourceBundleName - The name of the resource bundle to be used to
generate a localized exception messagemessageKey - The key to identify the resource to
generate a localized exceptionformatArguments - an array of arguments to build the localized
messagedefaultText - The message that is shown if the localized
message cannot be generatedpublic FinancialTransactionNotFoundException(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.
resourceBundleName - The name of the resource bundle to be used to
generate a localized exception messagemessageKey - The key to identify the resource to generate
a localized exceptionformatArguments - An array of arguments to build the localized
messagedefaultText - The message that is shown if the localized
message cannot be generatedexception - The exception to be chainedpublic FinancialTransactionNotFoundException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
exception - The exception to be chained