vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.core.model
Class MutableMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vmware.vise.core.model.MutableMessageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataException

public class MutableMessageException
extends Exception

Mutable message exception which supports message string to be altered dynamically.

See Also:
Serialized Form

Constructor Summary
MutableMessageException()
           
MutableMessageException(String message)
          Constructs this mutable message exception.
 
Method Summary
 String getMessage()
          Returns the detail message string of this exception.
 void setMessage(String message)
          Sets the new detail message string for this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableMessageException

public MutableMessageException()

MutableMessageException

public MutableMessageException(String message)
Constructs this mutable message exception.

Parameters:
message - fault message
Method Detail

getMessage

public String getMessage()
Returns the detail message string of this exception.

Overrides:
getMessage in class Throwable
Returns:
The detail message string of this exception instance.

setMessage

public void setMessage(String message)
Sets the new detail message string for this exception.

Parameters:
message - The new detail message string for this exception.

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.