org.jvnet.ws.message
Class ReadOnlyPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.oracle.webservices.api.message.ReadOnlyPropertyException
                      extended by 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

Constructor Summary
ReadOnlyPropertyException(String propertyName)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.oracle.webservices.api.message.ReadOnlyPropertyException
getPropertyName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyPropertyException

public ReadOnlyPropertyException(String propertyName)
Deprecated. 


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.