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 thatPropertySet.put(String, Object)
failed because a property is read-only.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyPropertyException(String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
Gets the name of the property that was read-only.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-