jain.protocol.ss7.tcap
Class IdNotAvailableException

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

public class IdNotAvailableException
extends TcapException

This Exception is thrown to indicate that there are no more free Dialogue Ids or InvokeId

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

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

IdNotAvailableException

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

IdNotAvailableException

public IdNotAvailableException()
Constructs a new IdNotAvailableException


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

Copyright - 2000 Sun Microsystems