Package org.eclipse.jgit.transport
Class UploadPackMayNotContinueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.jgit.transport.ServiceMayNotContinueException
-
- org.eclipse.jgit.transport.UploadPackMayNotContinueException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class UploadPackMayNotContinueException extends ServiceMayNotContinueException
Deprecated.useServiceMayNotContinueException
instead.Indicates UploadPack may not continue execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadPackMayNotContinueException()
Deprecated.Initialize with no message.UploadPackMayNotContinueException(java.lang.String msg)
Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.jgit.transport.ServiceMayNotContinueException
isOutput, setOutput
-
-
-
-
Constructor Detail
-
UploadPackMayNotContinueException
public UploadPackMayNotContinueException()
Deprecated.Initialize with no message.
-
UploadPackMayNotContinueException
public UploadPackMayNotContinueException(java.lang.String msg)
Deprecated.- Parameters:
msg
- a message explaining why it cannot continue. This message may be shown to an end-user.
-
-