org.eclipse.jgit.errors
Class LargeObjectException.OutOfMemory

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jgit.errors.LargeObjectException
                  extended by org.eclipse.jgit.errors.LargeObjectException.OutOfMemory
All Implemented Interfaces:
Serializable
Enclosing class:
LargeObjectException

public static class LargeObjectException.OutOfMemory
extends LargeObjectException

An error caused by the JVM being out of heap space.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jgit.errors.LargeObjectException
LargeObjectException.ExceedsByteArrayLimit, LargeObjectException.ExceedsLimit, LargeObjectException.OutOfMemory
 
Constructor Summary
LargeObjectException.OutOfMemory(OutOfMemoryError cause)
          Construct a wrapper around the original OutOfMemoryError.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class org.eclipse.jgit.errors.LargeObjectException
getObjectId, getObjectName, setObjectId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LargeObjectException.OutOfMemory

public LargeObjectException.OutOfMemory(OutOfMemoryError cause)
Construct a wrapper around the original OutOfMemoryError.

Parameters:
cause - the original root cause.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class LargeObjectException


Copyright © 2012. All Rights Reserved.