JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class ParameterNotSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.ParameterNotSetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MandatoryParameterNotSetException

public class ParameterNotSetException
extends JainException

This Exception is thrown when an attempt is made to access a parameter of a JAIN primitive when the value of the primitive has not yet been set.

Version:
1.1
Author:
Sun Microsystems Inc.
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
clone, equals, finalize, 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

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]