Class InstantationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mockito.exceptions.base.MockitoException
-
- org.mockito.internal.creation.instance.InstantationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InstantationException extends MockitoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstantationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.mockito.exceptions.base.MockitoException
getUnfilteredStackTrace
-
-