Class GrouperStaleObjectStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • 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 -