public class ServiceMayNotContinueException
extends java.io.IOException
| Constructor and Description |
|---|
ServiceMayNotContinueException()
Initialize with no message.
|
ServiceMayNotContinueException(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOutput() |
void |
setOutput()
Mark this message has being sent to the client.
|
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.Copyright © 2012. All Rights Reserved.