public class MutableMessageException
extends java.lang.Exception
| Constructor and Description |
|---|
MutableMessageException() |
MutableMessageException(java.lang.String message)
Constructs this mutable message exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the detail message string of this exception.
|
void |
setMessage(java.lang.String message)
Sets the new detail message string for this exception.
|
public MutableMessageException()
public MutableMessageException(java.lang.String message)
message - fault messagepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void setMessage(java.lang.String message)
message - The new detail message string for this exception.Copyright @ 2013-2018 VMware, Inc. All rights reserved.