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 message)
Creates a PropertyNotWritableException with the provided detail message.
|
PropertyNotWritableException(String message,
Throwable cause)
Creates a PropertyNotWritableException with the given detail message and root cause.
|
PropertyNotWritableException(Throwable cause)
Creates a PropertyNotWritableException with the given root cause.
|
public PropertyNotWritableException()
public PropertyNotWritableException(String message)
message
- the detail messagepublic PropertyNotWritableException(Throwable cause)
cause
- the originating cause of this exceptionpublic PropertyNotWritableException(String message, Throwable cause)
message
- the detail messagecause
- the originating cause of this exception