com.itmill.toolkit.data
Class Property.ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itmill.toolkit.data.Property.ReadOnlyException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Property
public static class Property.ReadOnlyException
- extends RuntimeException
Exception object that signals that a requested Property
modification failed because it's in read-only mode.
- Since:
- 3.0
- Version:
- 4.1.4
- Author:
- IT Mill Ltd.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Property.ReadOnlyException
public Property.ReadOnlyException()
- Constructs a new
ReadOnlyException without a detail
message.
Property.ReadOnlyException
public Property.ReadOnlyException(String msg)
- Constructs a new
ReadOnlyException with the specified
detail message.
- Parameters:
msg - the detail message
Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.