Class NotUniqueTypeException

    • Constructor Detail

      • NotUniqueTypeException

        public NotUniqueTypeException​(String message)
        Constructs a new not unique type exception with the specified detail message.
        Parameters:
        message - The detail message.
      • NotUniqueTypeException

        public NotUniqueTypeException​(String message,
                                      Throwable cause)
        Constructs a new not unique type exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.
      • NotUniqueTypeException

        public NotUniqueTypeException​(Throwable cause)
        Constructs a new not unique type exception with the specified cause.
        Parameters:
        cause - The cause.