Class UnknownBranchException

  • All Implemented Interfaces:
    Serializable

    public class UnknownBranchException
    extends ActiveViamRuntimeException
    Runtime exception thrown when a reader requires a branch which never existed or has already been abandoned by the multiversion holder.
    Author:
    ActiveViam
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownBranchException

        public UnknownBranchException()
        Default constructor.
      • UnknownBranchException

        public UnknownBranchException​(String message)
        Constructor.
        Parameters:
        message - the detailed message
      • UnknownBranchException

        public UnknownBranchException​(Throwable cause)
        Constructor.
        Parameters:
        cause - the cause
      • UnknownBranchException

        public UnknownBranchException​(String message,
                                      Throwable cause)
        Constructor.
        Parameters:
        message - the detailed message
        cause - the cause
      • UnknownBranchException

        public UnknownBranchException​(String messageKey,
                                      Object... parameters)
        Constructor.
        Parameters:
        messageKey - message template
        parameters - parameters to inject into the message template
      • UnknownBranchException

        public UnknownBranchException​(Throwable exception,
                                      String messageKey,
                                      Object... parameters)
        Constructor.
        Parameters:
        exception - the cause
        messageKey - message template
        parameters - parameters to inject into the message template