jain.protocol.ip.mgcp.message.parms
Class ConflictingParameterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jain.protocol.ip.JainIPException
|
+--jain.protocol.ip.mgcp.JainIPMgcpException
|
+--jain.protocol.ip.mgcp.message.parms.ConflictingParameterException
- All Implemented Interfaces:
- java.io.Serializable
- public final class ConflictingParameterException
- extends JainIPMgcpException
- implements java.io.Serializable
The Conflicting Parameter Exception is thrown when an attempt is made to set a parameter, which, if set, would
conflict with another parameter that has already been set.
- See Also:
- Serialized Form
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 |
ConflictingParameterException
public ConflictingParameterException()
- Default constructor.
ConflictingParameterException
public ConflictingParameterException(java.lang.String msg)
- Constructor that accepts a user-supplied message string.
- Parameters:
msg
- The user-supplied message string.
Copyright © 2000 Sun Microsystems, Inc.