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.ServiceMayNotContinueException
                  extended by org.eclipse.jgit.transport.UploadPackMayNotContinueException
All Implemented Interfaces:
Serializable

Deprecated. use ServiceMayNotContinueException instead.

@Deprecated
public class UploadPackMayNotContinueException
extends ServiceMayNotContinueException

Indicates UploadPack may not continue execution.

See Also:
Serialized Form

Constructor Summary
UploadPackMayNotContinueException()
          Deprecated. Initialize with no message.
UploadPackMayNotContinueException(String msg)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.jgit.transport.ServiceMayNotContinueException
isOutput, setOutput
 
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()
Deprecated. 
Initialize with no message.


UploadPackMayNotContinueException

public UploadPackMayNotContinueException(String msg)
Deprecated. 
Parameters:
msg - a message explaining why it cannot continue. This message may be shown to an end-user.


Copyright © 2012. All Rights Reserved.