org.eclipse.jgit.transport
Class UploadPackMayNotContinueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.transport.UploadPackMayNotContinueException
- All Implemented Interfaces:
- Serializable
public class UploadPackMayNotContinueException
- extends IOException
Indicates UploadPack may not continue execution.
- See Also:
- Serialized Form
Method Summary |
boolean |
isOutput()
|
void |
setOutput()
Mark this message has being sent to the client. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UploadPackMayNotContinueException
public UploadPackMayNotContinueException()
- Initialize with no message.
UploadPackMayNotContinueException
public UploadPackMayNotContinueException(String msg)
- Parameters:
msg
- a message explaining why it cannot continue. This message may
be shown to an end-user.
isOutput
public boolean isOutput()
- Returns:
- true if the message was already output to the client.
setOutput
public void setOutput()
- Mark this message has being sent to the client.
Copyright © 2011. All Rights Reserved.