AMETAS.util.context
Class FinalizedContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAMETAS.util.context.ContextException
              extended byAMETAS.util.context.FinalizedContextException
All Implemented Interfaces:
java.io.Serializable

public class FinalizedContextException
extends ContextException

Raised when the context is in a final state, and another message has arrived for this context.

Since:
2.6.0
See Also:
Serialized Form

Constructor Summary
FinalizedContextException()
          Constructor.
FinalizedContextException(java.lang.String sMessage)
          Constructor with details.
FinalizedContextException(java.lang.String sMessage, AMETASMessage msg)
          Constructor with details and offending message.
 
Methods inherited from class AMETAS.util.context.ContextException
getOffendingMessage
 
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

FinalizedContextException

public FinalizedContextException()
Constructor.


FinalizedContextException

public FinalizedContextException(java.lang.String sMessage)
Constructor with details.

Parameters:
sMessage - Details.

FinalizedContextException

public FinalizedContextException(java.lang.String sMessage,
                                 AMETASMessage msg)
Constructor with details and offending message.

Parameters:
sMessage - Details.
msg - Message which caused this exception.