com.sun.xml.ws.util
Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.sun.xml.ws.util.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.
- 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.