Class ReadyOnlyBuilderException

All Implemented Interfaces:
Serializable

public class ReadyOnlyBuilderException extends UnsupportedOperationException
Indicates that a modification operation was tried to execute on a read-only builder. It should be used instead of throwing plain UnsupportedOperationExceptions in that situation.
See Also:
  • Constructor Details

    • ReadyOnlyBuilderException

      public ReadyOnlyBuilderException(String reason)