jain.protocol.ip.mgcp.message.parms
Class WildcardNotPermittedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jain.protocol.ip.JainIPException
|
+--jain.protocol.ip.mgcp.JainIPMgcpException
|
+--jain.protocol.ip.mgcp.message.parms.WildcardNotPermittedException
- All Implemented Interfaces:
- java.io.Serializable
- public final class WildcardNotPermittedException
- extends JainIPMgcpException
- implements java.io.Serializable
The Wildcard Not Permitted Exception is thrown when the Requested Information parameter is specified
in the
AuditEndpoint
command event constructor, but the Endpoint Identifier parameter in that constructor has been specified using
the wildcard convention.
- 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 |
WildcardNotPermittedException
public WildcardNotPermittedException()
- Default constructor.
WildcardNotPermittedException
public WildcardNotPermittedException(java.lang.String msg)
- Constructor that accepts a user-supplied message string.
- Parameters:
msg
- The user-supplied message string.
Copyright © 2000 Sun Microsystems, Inc.