JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class InvalidAddressException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.InvalidAddressException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAddressException
extends JainException

This JAIN InvalidAddressException is 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
InvalidAddressException()
          Constructs a new InvalidAddressException
InvalidAddressException(java.lang.String msg)
          Constructs a new InvalidAddressException 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

InvalidAddressException

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

InvalidAddressException

public InvalidAddressException()
Constructs a new InvalidAddressException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]