Class BuilderChainingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blazebit.persistence.impl.BuilderChainingException
All Implemented Interfaces:
Serializable

public class BuilderChainingException extends RuntimeException
Since:
1.0.5
Author:
Moritz Becker
See Also:
  • Constructor Details

    • BuilderChainingException

      public BuilderChainingException()
      Creates a new instance of BuilderNotEndedException without detail message.
    • BuilderChainingException

      public BuilderChainingException(String msg)
      Constructs an instance of BuilderNotEndedException with the specified detail message.
      Parameters:
      msg - the detail message.