public class ServiceMayNotContinueException extends IOException
Constructor and Description |
---|
ServiceMayNotContinueException()
Initialize with no message.
|
ServiceMayNotContinueException(String msg) |
Modifier and Type | Method and Description |
---|---|
boolean |
isOutput() |
void |
setOutput()
Mark this message has being sent to the client.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceMayNotContinueException()
public ServiceMayNotContinueException(String msg)
msg
- a message explaining why it cannot continue. This message may
be shown to an end-user.Copyright © 2014. All Rights Reserved.