com.bradrydzewski.gwt.calendar.client.event
Class RollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bradrydzewski.gwt.calendar.client.event.RollbackException
- All Implemented Interfaces:
- Serializable
public class RollbackException
- extends Exception
RollbackException can be thrown to rollback or cancel any
changes made and not yet committed at the time of an Event.
An
example is when an Appointment
is deleted by the end-user. A DeleteEvent is raised and the change can be
reversed by throwing the RollbackException.
- Author:
- Brad Rydzewski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RollbackException
public RollbackException()
- Default empty constructor.
Copyright © 2012. All Rights Reserved.