Class DataFlowSchemaMigrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.db.migration.DataFlowSchemaMigrationException
All Implemented Interfaces:
Serializable

public class DataFlowSchemaMigrationException extends RuntimeException
Exception is thrown when an error occurs while migrating the dataflow schema.
Author:
Glenn Renfro
See Also:
  • Constructor Details

    • DataFlowSchemaMigrationException

      public DataFlowSchemaMigrationException(String message, Throwable throwable)
      Exception will use the message specified.
      Parameters:
      message - the text that will be associated with the exception.
      throwable - the exception that is being wrapped.
    • DataFlowSchemaMigrationException

      public DataFlowSchemaMigrationException(String message)
      Exception will use the message specified.
      Parameters:
      message - the text that will be associated with the exception.