Class ReadOnlyException

All Implemented Interfaces:
Serializable

public class ReadOnlyException extends ServiceException
This exception is thrown when things that are expected to be read-only
Since:
6.8.0
See Also:
  • Constructor Details

    • ReadOnlyException

      public ReadOnlyException()
    • ReadOnlyException

      public ReadOnlyException(String message)
    • ReadOnlyException

      public ReadOnlyException(String message, Throwable e)
    • ReadOnlyException

      public ReadOnlyException(String message, ValidationResult validationResult)