org.mobicents.mscontrol
Class MsJoinException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.mscontrol.MsJoinException
All Implemented Interfaces:
java.io.Serializable

public class MsJoinException
extends java.lang.Exception

Author:
Oleg Kulikov
See Also:
Serialized Form

Constructor Summary
MsJoinException()
          Creates a new instance of MsJoinException without detail message.
MsJoinException(java.lang.String msg)
          Constructs an instance of MsJoinException with the specified detail message.
 
Method Summary
 
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

MsJoinException

public MsJoinException()
Creates a new instance of MsJoinException without detail message.


MsJoinException

public MsJoinException(java.lang.String msg)
Constructs an instance of MsJoinException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2008. All Rights Reserved.