org.eclipse.jgit.errors
Class StoredObjectRepresentationNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException
All Implemented Interfaces:
Serializable

public class StoredObjectRepresentationNotAvailableException
extends Exception

A previously selected representation is no longer available.

See Also:
Serialized Form

Constructor Summary
StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
          Construct an error for an object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

StoredObjectRepresentationNotAvailableException

public StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
Construct an error for an object.

Parameters:
otp - the object whose current representation is no longer present.


Copyright © 2012. All Rights Reserved.