Package org.mockito.internal.exceptions
Class ExceptionIncludingMockitoWarnings
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mockito.internal.exceptions.ExceptionIncludingMockitoWarnings
-
- All Implemented Interfaces:
java.io.Serializable
public class ExceptionIncludingMockitoWarnings extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ExceptionIncludingMockitoWarnings(java.lang.String message, java.lang.Throwable throwable)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-