public class ChangesNotAllowedException
extends java.lang.RuntimeException
RuntimeException
that is thrown when a set method is called at a time
when changes are temporarily not allowed. This is normally the case when the object is part
of a set of changes that are being published to persistent storage.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ChangesNotAllowedException()
Constructor for the
ChangesNotAllowedException that uses a default message. |
ChangesNotAllowedException(java.lang.String message) |
ChangesNotAllowedException(java.lang.String message,
java.lang.Throwable cause) |
ChangesNotAllowedException(java.lang.Throwable cause) |
public static final java.lang.String COPYRIGHT
public ChangesNotAllowedException()
ChangesNotAllowedException
that uses a default message.public ChangesNotAllowedException(java.lang.String message)
public ChangesNotAllowedException(java.lang.String message, java.lang.Throwable cause)
public ChangesNotAllowedException(java.lang.Throwable cause)