public class PropertyNotWritableException extends ELException
ValueExpression.
 For example, this could be triggered by trying to set a map value on an unmodifiable map.
| Constructor and Description | 
|---|
PropertyNotWritableException()
Creates a  
PropertyNotWritableException with no detail 
 message. | 
PropertyNotWritableException(String pMessage)
Creates a  
PropertyNotWritableException with the 
 provided detail message. | 
PropertyNotWritableException(String pMessage,
                            Throwable pRootCause)
Creates a  
PropertyNotWritableException with the given
 detail message and root cause. | 
PropertyNotWritableException(Throwable exception)
Creates a  
PropertyNotWritableException with the given root 
 cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotWritableException()
PropertyNotWritableException with no detail 
 message.public PropertyNotWritableException(String pMessage)
PropertyNotWritableException with the 
 provided detail message.pMessage - the detail messagepublic PropertyNotWritableException(Throwable exception)
PropertyNotWritableException with the given root 
 cause.exception - the originating cause of this exceptionCopyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.