JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7
Class UserAddressEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.JainException
                    |
                    +--jain.protocol.ss7.SS7Exception
                          |
                          +--jain.protocol.ss7.UserAddressEmptyException
All Implemented Interfaces:
java.io.Serializable

public class UserAddressEmptyException
extends SS7Exception

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

UserAddressEmptyException

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

UserAddressEmptyException

public UserAddressEmptyException()
Constructs a new UserAddressEmptyException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]