Class InstanceCreationException

    • Constructor Detail

      • InstanceCreationException

        public InstanceCreationException​(String message,
                                         Throwable cause)
        Constructs a new instance creation exception with the specified detail message. The cause is the call of newInstance method throws an Exception.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        cause - the given bean is not valid and caused an exception while copying the properties.