Class ConstructorNotFoundException

All Implemented Interfaces:
Serializable

public class ConstructorNotFoundException extends RuntimeException
Signals that no annotated constructor was found. You should annotate a constructor in the class with the MaxMindDbConstructor annotation.
See Also: