public class UnknownEntityTypeException extends MappingException
NOTE : extends MappingException because that's what core used to do and that's how HEM expectes it. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.
Constructor and Description |
---|
UnknownEntityTypeException(java.lang.String message) |
UnknownEntityTypeException(java.lang.String message,
java.lang.Throwable cause) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.