|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.transport.ServiceMayNotContinueException
public class ServiceMayNotContinueException
Indicates a transport service may not continue execution.
Constructor Summary | |
---|---|
ServiceMayNotContinueException()
Initialize with no message. |
|
ServiceMayNotContinueException(java.lang.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 |
---|
public ServiceMayNotContinueException()
public ServiceMayNotContinueException(java.lang.String msg)
msg
- a message explaining why it cannot continue. This message may
be shown to an end-user.Method Detail |
---|
public boolean isOutput()
public void setOutput()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |