AMETAS.util.context
Class ContextTerminatedException

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

public class ContextTerminatedException
extends ContextException

Raised when the context is irregularly terminated. No further message will be accepted by this context. The context will be removed by the context manager.

Since:
2.6.0
See Also:
Serialized Form

Constructor Summary
ContextTerminatedException()
          Constructor.
ContextTerminatedException(java.lang.String sMessage)
          Constructor with details.
 
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

ContextTerminatedException

public ContextTerminatedException()
Constructor.


ContextTerminatedException

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

Parameters:
sMessage - Details.