MtgServer
Class DateFormatException

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

public class DateFormatException
extends VirtualMeetingException

See Also:
Serialized Form

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

DateFormatException

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


DateFormatException

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

Parameters:
msg - the detail message.