Class IdentifierLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.common.jpa.schema.IdentifierLengthException
-
- All Implemented Interfaces:
Serializable
public class IdentifierLengthException extends RuntimeException
Indicates a JPA element identifier has been provided that exceeds a max length limit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentifierLengthException(String message, List<String> elements, String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getElements()StringgetFileName()inthashCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-