jain.protocol.ss7.tcap
Class MandatoryParamsNotSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.protocol.ss7.SS7Exception
                    |
                    +--jain.protocol.ss7.tcap.TcapException
                          |
                          +--jain.protocol.ss7.tcap.MandatoryParamsNotSetException

public class MandatoryParamsNotSetException
extends TcapException

This Exception is thrown when an attempt is made to detach a Provider Peer from the underlying stack, or retrieve a Stack attached to a Provider Peer when the Provider Peer is not already attached to a Stack.

Version:
1.0
Author:
Colm Hayden
See Also:
Serialized Form

Constructor Summary
MandatoryParamsNotSetException()
          Constructs a new MandatoryParamsNotSetException
MandatoryParamsNotSetException(java.lang.String msg)
          Constructs a new MandatoryParamsNotSetException 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

MandatoryParamsNotSetException

public MandatoryParamsNotSetException(java.lang.String msg)
Constructs a new MandatoryParamsNotSetException with the specified detail message. This Exception is thrown 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.
Note that different implementations of a JainTcapProvider will mandate that different parameters must be set for each DialogueReqEvent and ComponentReqEvent.

Parameters:
msg - the detail message. NB: It is reccommended that the detail message returned in the MandatoryParamsNotSetException should be a String of the form:

"Parameter: not set"

MandatoryParamsNotSetException

public MandatoryParamsNotSetException()
Constructs a new MandatoryParamsNotSetException


09 July 99
If you have any comments or queries, please mail them to JainTcap@Sun.Com