org.mockito.exceptions.verification
Class TooManyActualInvocations

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.mockito.exceptions.base.MockitoAssertionError
                  extended by org.mockito.exceptions.verification.TooManyActualInvocations
All Implemented Interfaces:
java.io.Serializable, HasStackTrace

public class TooManyActualInvocations
extends MockitoAssertionError

See Also:
Serialized Form

Constructor Summary
TooManyActualInvocations(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.mockito.exceptions.base.MockitoAssertionError
getUnfilteredStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mockito.exceptions.base.HasStackTrace
getStackTrace, setStackTrace
 

Constructor Detail

TooManyActualInvocations

public TooManyActualInvocations(java.lang.String message,
                                java.lang.Throwable cause)