Package com.google.gerrit.server.submit
Class IntegrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.submit.IntegrationException
-
- All Implemented Interfaces:
Serializable
public class IntegrationException extends Exception
Indicates an integration operation (seeMergeOp
) failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrationException(String msg)
IntegrationException(String msg, Throwable why)
IntegrationException(Throwable why)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-