Class ModelsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnnotationAccessException, DynamicClassException, IllegalCastException, RenderingException, UnhandledMethodException, UnknownAnnotationAttributeException, UnknownClassException

public class ModelsException extends RuntimeException
Base exception for hibernate-models
See Also:
  • Constructor Details

    • ModelsException

      public ModelsException(String message)
    • ModelsException

      public ModelsException(String message, Throwable cause)