DhCantModifyElementException Class

DhCantModifyElementException Class

This Package | All Packages

RuntimeException
  |
  +--DhCantModifyElementException
public class DhCantModifyElementException
extends RuntimeException

Signals that an attempt has been made to modify a read-only element, such as one that has been sent from a server to a client.

Constructors
Name Description
DhCantModifyElementException() Topic under construction.
DhCantModifyElementException( String detail ) Topic under construction.

Constructors

DhCantModifyElementException.DhCantModifyElementException

Syntax 1
public DhCantModifyElementException();
Description

Topic under construction.



Syntax 2
public DhCantModifyElementException( String detail );
Description

Topic under construction.