com.sun.xml.ws.util
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.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

Constructor Summary
ReadOnlyPropertyException(String propertyName)
           
 
Method Summary
 String getPropertyName()
          Gets the name of the property that was read-only.
 
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)
Method Detail

getPropertyName

public String getPropertyName()
Gets the name of the property that was read-only.