public class StoredObjectRepresentationNotAvailableException extends Exception
| Constructor and Description |
|---|
StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
Deprecated.
|
StoredObjectRepresentationNotAvailableException(ObjectToPack otp,
Throwable cause)
Construct an error for an object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public StoredObjectRepresentationNotAvailableException(ObjectToPack otp)
StoredObjectRepresentationNotAvailableException(ObjectToPack, Throwable)
instead.otp - the object whose current representation is no longer present.public StoredObjectRepresentationNotAvailableException(ObjectToPack otp, Throwable cause)
otp - the object whose current representation is no longer present.cause - causeCopyright © 2020 Eclipse JGit Project. All rights reserved.