Package javax.el

Class PropertyNotWritableException

All Implemented Interfaces:
Serializable

public class PropertyNotWritableException extends ELException
See Also:
  • Constructor Details

    • PropertyNotWritableException

      public PropertyNotWritableException()
    • PropertyNotWritableException

      public PropertyNotWritableException(String message)
    • PropertyNotWritableException

      public PropertyNotWritableException(Throwable cause)
    • PropertyNotWritableException

      public PropertyNotWritableException(String message, Throwable cause)