public class MutableMessageException extends Exception
| Constructor and Description |
|---|
MutableMessageException() |
MutableMessageException(String message)
Constructs this mutable message exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the detail message string of this exception.
|
void |
setMessage(String message)
Sets the new detail message string for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MutableMessageException()
public MutableMessageException(String message)
message - fault messagepublic String getMessage()
getMessage in class Throwablepublic void setMessage(String message)
message - The new detail message string for this exception.Copyright @ 2012 VMware, Inc. All rights reserved.