Module openj9.dtfj

Class BuilderFailureException

  • All Implemented Interfaces:
    Serializable

    public class BuilderFailureException
    extends Exception
    Thrown when a factory object cannot be created. In many cases, it may be due to illegal arguments being passed into the factory methods.
    See Also:
    Serialized Form
    • Constructor Detail

      • BuilderFailureException

        public BuilderFailureException​(String message)
        Parameters:
        message -
      • BuilderFailureException

        public BuilderFailureException​(Throwable e)
        Parameters:
        e -