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.ServiceMayNotContinueExceptionException to be thrown when anUploadValidationListenerfails.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UploadValidationException(String message)UploadValidationException(String message, Throwable cause)
 - 
Method Summary- 
Methods inherited from class org.eclipse.jgit.transport.ServiceMayNotContinueExceptiongetStatusCode, isOutput, setOutput
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-