org.eclipse.jgit.transport
Class UploadPackInternalServerErrorException

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

public class UploadPackInternalServerErrorException
extends IOException

UploadPack has already reported an error to the client.

See Also:
Serialized Form

Constructor Summary
UploadPackInternalServerErrorException(Throwable why)
          Initialize a new exception.
 
Method Summary
 
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

UploadPackInternalServerErrorException

public UploadPackInternalServerErrorException(Throwable why)
Initialize a new exception.

Parameters:
why - root cause.


Copyright © 2013. All Rights Reserved.