org.apache.xindice.util
Class ReadOnlyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xindice.util.XindiceException
|
+--org.apache.xindice.util.ReadOnlyException
- All Implemented Interfaces:
- java.io.Serializable
- public class ReadOnlyException
- extends XindiceException
A ReadOnlyException is thrown when an Object's property cannot be
modified.
- See Also:
org.apache.xindice.core.Configuration
, Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReadOnlyException
public ReadOnlyException()
ReadOnlyException
public ReadOnlyException(java.lang.String message)
ReadOnlyException
public ReadOnlyException(java.lang.String message,
java.lang.Throwable wrapped)
Copyright (c) 1999-2001 The Apache Software Foundation