Uses of Enum Class
ubic.gemma.rest.util.CurationCommitConflictException.Reason
Packages that use CurationCommitConflictException.Reason
-
Uses of CurationCommitConflictException.Reason in ubic.gemma.rest.util
Subclasses with type arguments of type CurationCommitConflictException.Reason in ubic.gemma.rest.utilModifier and TypeClassDescriptionstatic enumWhat the client should do about it.Methods in ubic.gemma.rest.util that return CurationCommitConflictException.ReasonModifier and TypeMethodDescriptionCurationCommitConflictException.getReason()Returns the enum constant of this class with the specified name.CurationCommitConflictException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ubic.gemma.rest.util with parameters of type CurationCommitConflictException.ReasonModifierConstructorDescriptionCurationCommitConflictException(CurationCommitConflictException.Reason reason, String message)