jain.protocol.ss7.tcap
Class ParameterNotSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ss7.SS7Exception
                    |
                    +--jain.protocol.ss7.tcap.TcapException
                          |
                          +--jain.protocol.ss7.tcap.ParameterNotSetException
Direct Known Subclasses:
MandatoryParameterNotSetException

public class ParameterNotSetException
extends TcapException

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.

Version:
1.0
Author:
Colm Hayden & Phelim O'Doherty
See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterNotSetException

public ParameterNotSetException(java.lang.String msg)
Constructs a new ParameterNotSetException with the specified detail message.
Parameters:
msg - the detail message

ParameterNotSetException

public ParameterNotSetException()
Constructs a new ParameterNotSetException


28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems