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:
  • Constructor Details

    • IdentifierLengthException

      public IdentifierLengthException(String message, List<String> elements, String fileName)
  • Method Details