Package com.google.gerrit.server.project
Class InvalidChangeOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.project.InvalidChangeOperationException
-
- All Implemented Interfaces:
Serializable
public class InvalidChangeOperationException extends Exception
Indicates the change operation is not currently valid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidChangeOperationException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidChangeOperationException
public InvalidChangeOperationException(String msg)
-
-