Class GrouperStaleStateException

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

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