Java org.eclipse.jgit.transport ServiceMayNotContinueException fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport ServiceMayNotContinueException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport ServiceMayNotContinueException.

The text is from its open source code.

Subclass

org.eclipse.jgit.transport.ServiceMayNotContinueException has subclasses.
Click this link to see all its subclasses.

Constructor

ServiceMayNotContinueException(String msg)

Constructor for ServiceMayNotContinueException.

ServiceMayNotContinueException(Throwable cause)
Initialize with an "internal server error" message and a cause.
ServiceMayNotContinueException()
Initialize with no message.