jain.protocol.ss7.tcap
Class InvalidUserAddressException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jain.protocol.ss7.tcap.InvalidUserAddressException

public class InvalidUserAddressException
extends java.lang.RuntimeException

This JAIN InvalidUserAddressException is a run time exception thrown if a listener with a user-address whose point-code does not match that of the stack that owns the provider the listener is registered on (i.e. the point code of the Listener does not match the point code of the Stack, which the provider is registered on, to which the Listener is registered to).

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

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

InvalidUserAddressException

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

InvalidUserAddressException

public InvalidUserAddressException()
Constructs a new InvalidUserAddressException


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

Copyright - 2000 Sun Microsystems