DomainObjectChangedException(String userId, String timestamp, Throwable cause) Constructs a new DomainObjectChangedException.
Parameters: userId - the user who last modified the record. Parameters: timestamp - the time at which the record was last modified. Parameters: cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
Constructor Detail
DomainObjectChangedException
public DomainObjectChangedException(String userId, String timestamp)(Code)
Constructs a new DomainObjectChangedException.
Parameters: userId - the user who last modified the record. Parameters: timestamp - the time at which the record was last modified.
Constructs a new DomainObjectChangedException.
Parameters: userId - the user who last modified the record. Parameters: timestamp - the time at which the record was last modified. Parameters: cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.
Fields inherited from org.jaffa.exceptions.CustomException