Class IllegalBuilderStateException

All Implemented Interfaces:
Serializable

public class IllegalBuilderStateException extends IllegalStateException
Thrown when a builder cannot build the object, e.g. due to missing or invalid values.
See Also:
  • Constructor Details

    • IllegalBuilderStateException

      public IllegalBuilderStateException()
    • IllegalBuilderStateException

      public IllegalBuilderStateException(String message)
    • IllegalBuilderStateException

      public IllegalBuilderStateException(String message, Throwable cause)
    • IllegalBuilderStateException

      public IllegalBuilderStateException(Throwable cause)