edu.internet2.middleware.grouper.exception
Class GrouperStaleStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.GrouperStaleStateException
- All Implemented Interfaces:
- java.io.Serializable
public class GrouperStaleStateException
- extends java.lang.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
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 |
GrouperStaleStateException
public GrouperStaleStateException()
GrouperStaleStateException
public GrouperStaleStateException(java.lang.String message)
- Parameters:
message
-
GrouperStaleStateException
public GrouperStaleStateException(java.lang.Throwable cause)
- Parameters:
cause
-
GrouperStaleStateException
public GrouperStaleStateException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-