org.mobicents.media.server.mgcp.controller.naming
Class UnknownEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.media.server.mgcp.controller.naming.UnknownEndpointException
- All Implemented Interfaces:
- Serializable
public class UnknownEndpointException
- extends Exception
- Author:
- kulikov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownEndpointException
public UnknownEndpointException()
- Creates a new instance of
UnknownEndpointException without detail message.
UnknownEndpointException
public UnknownEndpointException(String msg)
- Constructs an instance of
UnknownEndpointException with the specified detail message.
- Parameters:
msg - the detail message.
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.