|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.xindice.util.XindiceException | +--org.apache.xindice.util.ReadOnlyException
A ReadOnlyException is thrown when an Object's property cannot be modified.
Configuration
, Serialized FormFields inherited from class org.apache.xindice.util.XindiceException |
cause |
Constructor Summary | |
ReadOnlyException()
|
|
ReadOnlyException(java.lang.String message)
|
|
ReadOnlyException(java.lang.String message,
java.lang.Throwable cause)
|
Methods inherited from class org.apache.xindice.util.XindiceException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReadOnlyException()
public ReadOnlyException(java.lang.String message)
public ReadOnlyException(java.lang.String message, java.lang.Throwable cause)
|
Xindice API version 1.1b3 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |