edu.internet2.middleware.grouper.exception
Class GrouperStaleStateException

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.GrouperStaleStateException
All Implemented Interfaces:
Serializable

public class GrouperStaleStateException
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
GrouperStaleStateException()
           
GrouperStaleStateException(String message)
           
GrouperStaleStateException(String message, Throwable cause)
           
GrouperStaleStateException(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

GrouperStaleStateException

public GrouperStaleStateException()

GrouperStaleStateException

public GrouperStaleStateException(String message)
Parameters:
message -

GrouperStaleStateException

public GrouperStaleStateException(Throwable cause)
Parameters:
cause -

GrouperStaleStateException

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