com.bradrydzewski.gwt.calendar.client.event
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RollbackException()
          Default empty constructor.
 
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

RollbackException

public RollbackException()
Default empty constructor.



Copyright © 2012. All Rights Reserved.