org.mobicents.media.server.spi
Class ModeNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.media.server.spi.ModeNotSupportedException
All Implemented Interfaces:
Serializable

public class ModeNotSupportedException
extends Exception

Author:
kulikov
See Also:
Serialized Form

Constructor Summary
ModeNotSupportedException(ConnectionMode mode)
          Creates a new instance of ModeNotSupportedException without detail message.
ModeNotSupportedException(String msg)
          Constructs an instance of ModeNotSupportedException with the specified detail message.
 
Method Summary
 ConnectionMode getMode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getMode

public ConnectionMode getMode()


Copyright © 2011. All Rights Reserved.