Package com.elasticpath.commons.exception

Exception Summary
DuplicateKeyException The exception for an attribute key that already exists.
DuplicateNameException This exception is thrown when an attempt is made to insert an object when the given name already exists but must be unique.
EmailExistException The exception for email address already exists.
EmailNonExistException The exception for email address doesn't exist in the database.
EpBigDecimalBindException This exception will be thrown in case any errors happen when binding a bad string value to a BigDecimal object.
EpBindException This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
EpBooleanBindException This exception will be thrown in case any errors happen when binding a bad string value to a boolean value.
EpCurrencyBindException This exception will be thrown in case any errors happen when binding an invalid string value to a Currency instance.
EpDateBindException This exception will be thrown in case any errors happen when binding a bad string value to a Date object.
EpIntBindException This exception will be thrown in case any errors happen when binding a bad string value to a int value.
EpInvalidGuidBindException This exception will be thrown when an invalid guid is given.
EpInvalidValueBindException This exception will be thrown in case trying to set an invalid value to an entity or a value object.
EpLicensingCorruptedException This exception will be thrown if the product license is invalid.
EpLicensingExpiredException This exception will be thrown if the product license is invalid.
EpLicensingInvalidException This exception will be thrown if the product license is invalid.
EpLicensingMissingException This exception will be thrown if the product license is invalid.
EpLocaleBindException This exception will be thrown in case any errors happen when binding an invalid string value to a Locale instance.
EpLongBindException This exception will be thrown in case any errors happen when binding a bad string value to a long value.
EpNonNullBindException This exception will be thrown when binding an null string value to a field not allowed to be null.
EpSystemException The generic exception class for the com.elasticpath package.
EpTooLongBindException This exception will be thrown when a given value is too long.
EpUnsupportedOperationException This exception will be thrown when unsupported operation is called.
UserIdExistException The exception for userId address already exists.
UserIdNonExistException The exception for user Id doesn't exist in the database.