Class DuplicateEntryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateEntryException
    extends java.lang.RuntimeException
    Duplicate entry in TypeHashMap.
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateEntryException

        public DuplicateEntryException​(java.lang.String msg)
        Parameters:
        msg - the error message
      • DuplicateEntryException

        public DuplicateEntryException​(java.lang.Throwable cause)
        Parameters:
        cause - the nested exception
      • DuplicateEntryException

        public DuplicateEntryException​(java.lang.String msg,
                                       java.lang.Throwable cause)
        Parameters:
        msg - the error message
        cause - the nested exception