Class PropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.caltech.nanodb.server.NanoDBException
-
- edu.caltech.nanodb.server.properties.PropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyException extends NanoDBException
This exception is thrown when an attempt is made to write to a read-only property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyException()
PropertyException(java.lang.String msg)
PropertyException(java.lang.String msg, java.lang.Throwable cause)
PropertyException(java.lang.Throwable cause)
-