Class VersionMismatchException

  • All Implemented Interfaces:
    Serializable

    public class VersionMismatchException
    extends Exception
    Exception indicating a version mismatch when updating a storage record.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VersionMismatchException

        public VersionMismatchException()
        Constructor.
      • VersionMismatchException

        public VersionMismatchException​(@Nullable
                                        String msg)
        Constructor.
        Parameters:
        msg - the exception message
      • VersionMismatchException

        public VersionMismatchException​(@Nullable
                                        Throwable cause)
        Constructor.
        Parameters:
        cause - the exception cause
      • VersionMismatchException

        public VersionMismatchException​(@Nullable
                                        String message,
                                        @Nullable
                                        Throwable cause)
        Constructor.
        Parameters:
        message - the exception message
        cause - the exception cause