JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7
Class VersionNotSupportedException

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

public class VersionNotSupportedException
extends SS7Exception

This Exception is thrown to indicate that there is no support for this version of a specification.

Version:
1.1
Author:
Sun Microsystems Inc.
See Also:
Serialized Form

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

VersionNotSupportedException

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

VersionNotSupportedException

public VersionNotSupportedException()
Constructs a new VersionNotSupportedException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]