Class UnrecognizedUpdateException

All Implemented Interfaces:
Serializable

public class UnrecognizedUpdateException extends IllegalStateException
Exception thrown by a AbstractSchemaUpdater.initializeAndUpdateDatabase(D) when it encounters one or more recorded updates that are not recognized.
See Also:
  • Constructor Details

    • UnrecognizedUpdateException

      public UnrecognizedUpdateException(String message)
    • UnrecognizedUpdateException

      public UnrecognizedUpdateException(String message, Throwable cause)