|
||||||||||
| 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.ParameterNotSetException
This Exception is thrown when an attempt is made to access a parameter of a JAIN TCAP primitive when the value of the primitive has not yet been set.
| Constructor Summary | |
ParameterNotSetException()
Constructs a new ParameterNotSetException |
|
ParameterNotSetException(java.lang.String msg)
Constructs a new ParameterNotSetException 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 ParameterNotSetException(java.lang.String msg)
ParameterNotSetException with
the specified detail message.msg - the detail messagepublic ParameterNotSetException()
ParameterNotSetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||