com.filenet.bso.api.collaboration.exceptions
Class InvalidReminderDateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.filenet.bso.api.util.BsoChainingException
|
+--com.filenet.bso.api.util.BsoException
|
+--com.filenet.bso.api.collaboration.exceptions.InvalidTargetDateException
|
+--com.filenet.bso.api.collaboration.exceptions.InvalidReminderDateException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidReminderDateException
- extends InvalidTargetDateException
Checked exception thrown when a user attempts an operation to persist an invalid task reminder date. An
invalid reminder date is a date prior to now, or a date that is after the specified task due date.
Applications should catch this exception and inform the user of the problem.
- See Also:
- Serialized Form
Constructor Summary |
InvalidReminderDateException()
Constructs a InvalidReminderDateException with no specific
detail message. |
InvalidReminderDateException(java.lang.String msg)
Constructs a InvalidReminderDateException with a given
detail message. |
InvalidReminderDateException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a InvalidReminderDateException with a given
detail message and the original exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidReminderDateException
public InvalidReminderDateException()
- Constructs a
InvalidReminderDateException
with no specific
detail message. This exception and exceptions derived from it are
checked exceptions which must be specified
in a throws
clause or caught.
InvalidReminderDateException
public InvalidReminderDateException(java.lang.String msg)
- Constructs a
InvalidReminderDateException
with a given
detail message.
- Parameters:
msg
- the detail message
InvalidReminderDateException
public InvalidReminderDateException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
InvalidReminderDateException
with a given
detail message and the original exception.
- Parameters:
msg
- the detail messagecause
- the original exception. Null
for this
parameter is the same as no original exception.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.