|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jain.JainException | +--jain.ParameterNotSetException | +--jain.MandatoryParameterNotSetException
This Exception is thrown as a result of the following two situations:
JainTcapProvider
to send either a
ComponentReqEvent
or a
DialogueReqEvent
have not been set or
ComponentReqEvent
or a DialogueReqEvent
.
Constructor Summary | |
MandatoryParameterNotSetException()
Constructs a new MandatoryParameterNotSetException |
|
MandatoryParameterNotSetException(java.lang.String msg)
Constructs a new MandatoryParameterNotSetException with
the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MandatoryParameterNotSetException(java.lang.String msg)
MandatoryParameterNotSetException
with
the specified detail message.
msg
- the detail message. NB:
It is recommended that the detail message returned in the
MandatoryParameterNotSetException
should be a String
of the form:
public MandatoryParameterNotSetException()
MandatoryParameterNotSetException
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |