FileDocCategorySizeDatePackage
PropertyNotWritableException.javaAPI DocApache Tomcat 6.0.141469Fri Jul 20 04:20:36 BST 2007javax.el

PropertyNotWritableException

public class PropertyNotWritableException extends ELException

Fields Summary
Constructors Summary
public PropertyNotWritableException()

        super();
    
public PropertyNotWritableException(String message)

param
message

        super(message);
    
public PropertyNotWritableException(String message, Throwable cause)

param
message
param
cause

        super(message, cause);
    
public PropertyNotWritableException(Throwable cause)

param
cause

        super(cause);
    
Methods Summary