AMETAS.util.context
Class UnknownContextException

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

public class UnknownContextException
extends ContextException

Raised when a context is unknown.

Since:
2.6.0
See Also:
Serialized Form

Constructor Summary
UnknownContextException()
          Constructor.
UnknownContextException(java.lang.String sMessage)
          Constructor with detail message.
UnknownContextException(java.lang.String sMessage, AMETASMessage msg)
          Constructor with detail message 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

UnknownContextException

public UnknownContextException()
Constructor.


UnknownContextException

public UnknownContextException(java.lang.String sMessage)
Constructor with detail message.

Parameters:
sMessage - Detail message.

UnknownContextException

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

Parameters:
sMessage - Detail message.
msg - Message which was the cause of this exception.