org.rapla.entities
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rapla.entities.ReadOnlyException
- All Implemented Interfaces:
- Serializable
public class ReadOnlyException
- extends RuntimeException
This Exception is thrown when the application
wants to write to a read-only entity. You should use
the edit method to get a writable version of the entity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyException
public ReadOnlyException(Object object)
Copyright © 2000-2006 Rapla Team. All Rights Reseserved.