Class DuplicatedClassException

    • Constructor Detail

      • DuplicatedClassException

        public DuplicatedClassException()
        The default constructor.
      • DuplicatedClassException

        public DuplicatedClassException​(Throwable throwable)
        Constructs a new instance of DuplicatedClassException
        Parameters:
        throwable - the parent Throwable
      • DuplicatedClassException

        public DuplicatedClassException​(String message)
        Constructs a new instance of DuplicatedClassException
        Parameters:
        message - the throwable message.
      • DuplicatedClassException

        public DuplicatedClassException​(String message,
                                        Throwable throwable)
        Constructs a new instance of DuplicatedClassException
        Parameters:
        message - the throwable message.
        throwable - the parent of this Throwable.