|
||||||||||
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.protocol.ss7.SS7Exception | +--jain.protocol.ss7.tcap.TcapException | +--jain.protocol.ss7.tcap.MandatoryParameterNotSetException
This Exception is thrown as a result of the following two situations:
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 reccommended that the detail message returned in the
MandatoryParameterNotSetException
should be a String
of the form:
public MandatoryParameterNotSetException()
MandatoryParameterNotSetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |