Package com.google.gerrit.server.patch
Class PatchListObjectTooLargeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.google.gerrit.server.patch.PatchListNotAvailableException
- 
- com.google.gerrit.server.patch.PatchListObjectTooLargeException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PatchListObjectTooLargeException extends PatchListNotAvailableException Exception thrown when the PatchList could not be computed because previous attempts failed withLargeObjectException. This is not thrown on the first computation.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PatchListObjectTooLargeException(String message)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
PatchListObjectTooLargeExceptionpublic PatchListObjectTooLargeException(String message) 
 
- 
 
-