Class UploadValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.transport.ServiceMayNotContinueException
-
- com.google.gerrit.server.git.validators.UploadValidationException
-
- All Implemented Interfaces:
Serializable
public class UploadValidationException extends org.eclipse.jgit.transport.ServiceMayNotContinueException
Exception to be thrown when anUploadValidationListener
fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadValidationException(String message)
UploadValidationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.jgit.transport.ServiceMayNotContinueException
getStatusCode, isOutput, setOutput
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-