Class DuplicateFactoryRegistrationException

    • Constructor Detail

      • DuplicateFactoryRegistrationException

        public DuplicateFactoryRegistrationException()
        Creates a DuplicateFactoryRegistrationException with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
      • DuplicateFactoryRegistrationException

        public DuplicateFactoryRegistrationException​(String message)
        constructs a DuplicateFactoryRegistrationException with the specified detail message
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by Throwable.getMessage() method.
      • DuplicateFactoryRegistrationException

        public DuplicateFactoryRegistrationException​(String message,
                                                     Throwable t)
        Constructs a new DuplicateFactoryRegistrationException exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
        Parameters:
        message - the detail message. The detail message is saved for
        t - the cause