edu.internet2.middleware.grouper.exception
Class GrouperStaleObjectStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.GrouperStaleObjectStateException
All Implemented Interfaces:
Serializable

public class GrouperStaleObjectStateException
extends RuntimeException

grouper specific way to say that someone else has edited this object, user should refresh object state and make changes again

See Also:
Serialized Form

Constructor Summary
GrouperStaleObjectStateException()
           
GrouperStaleObjectStateException(String message)
           
GrouperStaleObjectStateException(String message, Throwable cause)
           
GrouperStaleObjectStateException(Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrouperStaleObjectStateException

public GrouperStaleObjectStateException()

GrouperStaleObjectStateException

public GrouperStaleObjectStateException(String message)
Parameters:
message -

GrouperStaleObjectStateException

public GrouperStaleObjectStateException(Throwable cause)
Parameters:
cause -

GrouperStaleObjectStateException

public GrouperStaleObjectStateException(String message,
                                        Throwable cause)
Parameters:
message -
cause -