Class UploadPackInternalServerErrorException

  • All Implemented Interfaces:
    Serializable

    public class UploadPackInternalServerErrorException
    extends IOException
    UploadPack has already reported an error to the client.
    See Also:
    Serialized Form
    • Constructor Detail

      • UploadPackInternalServerErrorException

        public UploadPackInternalServerErrorException​(Throwable why)
        Initialize a new exception.
        Parameters:
        why - root cause.