JAIN TCAP API
v1.1 - 5th Sept 2001

jain
Class CreateProviderException

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

public class CreateProviderException
extends JainException

The CreateProviderException is thrown when a problem is encountered while trying to instantiate an object that implements the JainMgcpProvider interface.

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

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

CreateProviderException

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

CreateProviderException

public CreateProviderException()
Constructs a new CreateProviderException

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]