org.iqual.chaplin.composite
Class IllegalNumberOfContextCallsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.iqual.chaplin.composite.IllegalNumberOfContextCallsException
All Implemented Interfaces:
Serializable

public class IllegalNumberOfContextCallsException
extends RuntimeException

Since:
Apr 13, 2009 3:06:39 PM
Author:
Zbynek Slajchrt
See Also:
Serialized Form

Constructor Summary
IllegalNumberOfContextCallsException(long numberOfCalls, Message msg)
           
 
Method Summary
 Message getFailedMessage()
           
 long getNumberOfCalls()
           
 
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
 

Constructor Detail

IllegalNumberOfContextCallsException

public IllegalNumberOfContextCallsException(long numberOfCalls,
                                            Message msg)
Method Detail

getNumberOfCalls

public long getNumberOfCalls()

getFailedMessage

public Message getFailedMessage()


Copyright © 2009 iquality.org. All Rights Reserved.