|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontotext.ordi.wsmo4rdf.remote.client.src.NonExistingEntryException
public class NonExistingEntryException
Java class for NonExistingEntryException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonExistingEntryException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serialVersionUID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
message
|
protected Long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
NonExistingEntryException()
|
|
| Method Summary | |
|---|---|
String |
getMessage()
Gets the value of the message property. |
Long |
getSerialVersionUID()
Gets the value of the serialVersionUID property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setSerialVersionUID(Long value)
Sets the value of the serialVersionUID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Long serialVersionUID
protected String message
| Constructor Detail |
|---|
public NonExistingEntryException()
| Method Detail |
|---|
public Long getSerialVersionUID()
Longpublic void setSerialVersionUID(Long value)
value - allowed object is
Longpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||