data
Class NotEditableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
data.NotEditableException
- All Implemented Interfaces:
- Serializable
public class NotEditableException
- extends RuntimeException
Exception thrown when an attempt is made to edit an item that was not retrieved for editing.
- Since:
- v2.0
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotEditableException
public NotEditableException()
- Create a new NotEditableException.
NotEditableException
public NotEditableException(String sDetail)
- Create a new NotEditableException with a detail message.
- Parameters:
sDetail
- the detail message.