com.oracle.webservices.api.message
Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.oracle.webservices.api.message.ReadOnlyPropertyException
- All Implemented Interfaces:
- Serializable
public class ReadOnlyPropertyException
- extends IllegalArgumentException
Used to indicate that PropertySet.put(String, Object) failed
because a property is read-only.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyPropertyException
public ReadOnlyPropertyException(String propertyName)
getPropertyName
public String getPropertyName()
- Gets the name of the property that was read-only.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.