org.rapla.entities
Class ReadOnlyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ReadOnlyException(Object object)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyException

public ReadOnlyException(Object object)


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.