org.mobicents.media.server.spi
Class ModeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.media.server.spi.ModeNotSupportedException
- All Implemented Interfaces:
- Serializable
public class ModeNotSupportedException
- 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 |
ModeNotSupportedException
public ModeNotSupportedException(ConnectionMode mode)
- Creates a new instance of
ModeNotSupportedException without detail message.
ModeNotSupportedException
public ModeNotSupportedException(String msg)
- Constructs an instance of
ModeNotSupportedException with the specified detail message.
- Parameters:
msg - the detail message.
getMode
public ConnectionMode getMode()
Copyright © 2011. All Rights Reserved.