Class UnsupportedDeltaFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.delta.UnsupportedDeltaFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedDeltaFormatException extends RuntimeException
Thrown when serialized delta input uses a format version the library does not support.
See Also:
  • Constructor Details

    • UnsupportedDeltaFormatException

      public UnsupportedDeltaFormatException(String message)
      Creates an exception with a format compatibility message.
      Parameters:
      message - failure description