MtgServer
Class UserNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--MtgServer.VirtualMeetingException
                    |
                    +--MtgServer.UserNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends VirtualMeetingException

See Also:
Serialized Form

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

UserNotFoundException

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


UserNotFoundException

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

Parameters:
msg - the detail message.