org.eclipse.jgit.transport
Class UploadPackMayNotContinueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.eclipse.jgit.transport.UploadPackMayNotContinueException
All Implemented Interfaces:
Serializable

public class UploadPackMayNotContinueException
extends IOException

Indicates UploadPack may not continue execution.

See Also:
Serialized Form

Constructor Summary
UploadPackMayNotContinueException()
          Initialize with no message.
UploadPackMayNotContinueException(String msg)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.