org.silverpeas.dateReminder.exception
Class DateReminderValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.silverpeas.dateReminder.exception.DateReminderException
              extended by org.silverpeas.dateReminder.exception.DateReminderValidationException
All Implemented Interfaces:
Serializable

public class DateReminderValidationException
extends DateReminderException

An exception that is thrown when a date reminder validation fails.

Author:
Cécile Bonin
See Also:
Serialized Form

Constructor Summary
DateReminderValidationException()
          Creates a new instance of DateReminderValidationException without detail message.
DateReminderValidationException(String msg)
          Constructs an instance of DateReminderValidationException with the specified detail message.
DateReminderValidationException(String message, Throwable cause)
          Constructs an instance of DateReminderValidationException with the specified detail message and with the specified cause.
 
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

DateReminderValidationException

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


DateReminderValidationException

public DateReminderValidationException(String msg)
Constructs an instance of DateReminderValidationException with the specified detail message.

Parameters:
msg - the detail message.

DateReminderValidationException

public DateReminderValidationException(String message,
                                       Throwable cause)
Constructs an instance of DateReminderValidationException with the specified detail message and with the specified cause.

Parameters:
message - the detail message.
cause - the cause of this exception.


Copyright © 2016 Silverpeas. All Rights Reserved.