public class UploadPackMayNotContinueException
extends java.io.IOException
Constructor and Description |
---|
UploadPackMayNotContinueException()
Initialize with no message.
|
UploadPackMayNotContinueException(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
boolean |
isOutput() |
void |
setOutput()
Mark this message has being sent to the client.
|
public UploadPackMayNotContinueException()
public UploadPackMayNotContinueException(java.lang.String msg)
msg
- a message explaining why it cannot continue. This message may
be shown to an end-user.Copyright © 2012. All Rights Reserved.