public class WSException extends Object
Java class for Exception complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Exception">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| WSException() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessage()Gets the value of the message property. | 
| void | setMessage(String value)Sets the value of the message property. | 
public WSException()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
              StringCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.