Class ReadyOnlyBuilderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadyOnlyBuilderException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReadyOnlyBuilderException

        public ReadyOnlyBuilderException​(java.lang.String reason)