jain.protocol.ss7.tcap
Class MandatoryParameterNotSetException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jain.protocol.ss7.SS7Exception
|
+--jain.protocol.ss7.tcap.TcapException
|
+--jain.protocol.ss7.tcap.ParameterNotSetException
|
+--jain.protocol.ss7.tcap.MandatoryParameterNotSetException
- public class MandatoryParameterNotSetException
- extends ParameterNotSetException
This Exception is thrown as a result of the following two situations:
-
if all of the mandatory parameters required by an
implementation of a JainTcapProvider to send either a
ComponentReqEvent or a
DialogueReqEvent have not been set or
- if an attempt is made to access a
JAIN TCAP Mandatory
parameter that has not been set within either a
ComponentReqEvent
or a DialogueReqEvent.
The distinction between the two situations in which the exception is thrown is that
the JainTcapProvider will throw the exception if all of the mandatory parameters for
the underlying variant are not set (the JAIN TCAP Mandatory parameters plus
additional parameters that are mandatory for the underlying varient only), whereas the
accessor methods on the Events will throw the exception for JAIN TCAP Mandatory parameters
only.
- Version:
- 1.0
- Author:
- Colm Hayden & Phelim O'Doherty
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MandatoryParameterNotSetException
public MandatoryParameterNotSetException(java.lang.String msg)
- Constructs a new
MandatoryParameterNotSetException
with
the specified detail message.
- Parameters:
msg
- the detail message. NB:
It is reccommended that the detail message returned in the
MandatoryParameterNotSetException
should be a String
of the form:
"Parameter: not set"
MandatoryParameterNotSetException
public MandatoryParameterNotSetException()
- Constructs a new
MandatoryParameterNotSetException
28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.ComCopyright - 2000 Sun Microsystems