org.jvnet.ws.message
Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.oracle.webservices.api.message.ReadOnlyPropertyException
org.jvnet.ws.message.ReadOnlyPropertyException
- All Implemented Interfaces:
- Serializable
Deprecated.
@Deprecated
public class ReadOnlyPropertyException
- extends ReadOnlyPropertyException
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)
- Deprecated.
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.