All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockito.internal.creation.instance.InstantationException Maven / Gradle / Ivy

The newest version!
package org.mockito.internal.creation.instance;

import org.mockito.exceptions.base.MockitoException;

public class InstantationException extends MockitoException {

    public InstantationException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy