JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap
Class InvalidUserAddressException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jain.protocol.ss7.tcap.InvalidUserAddressException
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the InvalidAddressException class.

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.1
Author:
Sun Microsystems Inc.
See Also:
Serialized Form

Constructor Summary
InvalidUserAddressException()
          Deprecated. Constructs a new InvalidUserAddressException
InvalidUserAddressException(java.lang.String msg)
          Deprecated. 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidUserAddressException

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

InvalidUserAddressException

public InvalidUserAddressException()
Deprecated. 
Constructs a new InvalidUserAddressException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]