|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.silverpeas.dateReminder.exception.DateReminderException
public class DateReminderException
The exception for all normal errors occuring with the DateReminder API and for which the client requires to perform a dedicated action.
| Constructor Summary | |
|---|---|
DateReminderException()
Creates a new instance of DateReminderException without detail message. |
|
DateReminderException(String msg)
Constructs an instance of DateReminderException with the specified detail message. |
|
DateReminderException(String message,
Throwable cause)
Constructs an instance of DateReminderException 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 |
|---|
public DateReminderException()
DateReminderException without detail message.
public DateReminderException(String msg)
DateReminderException with the specified detail message.
msg - the detail message.
public DateReminderException(String message,
Throwable cause)
DateReminderException with the specified detail message and
with the specified cause.
message - the detail message.cause - the cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||