Class InstantiationException

All Implemented Interfaces:
Serializable

public class InstantiationException extends MockitoException
Exception generated when Instantiator.newInstance(Class) failed.
Since:
2.15.4
See Also:
  • Constructor Details

    • InstantiationException

      public InstantiationException(String message)
      Since:
      3.5.0
    • InstantiationException

      public InstantiationException(String message, Throwable cause)
      Since:
      2.15.4