MtgServer
Class NoUserTransitionException

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

public class NoUserTransitionException
extends VirtualMeetingException

See Also:
Serialized Form

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

NoUserTransitionException

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


NoUserTransitionException

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

Parameters:
msg - the detail message.