Class NotMigrableInSafeModeException

All Implemented Interfaces:
Serializable

Exception that occured during an automatic migration : a specific migration can not be done, but the global process should continue.
See Also:
  • Constructor Details

    • NotMigrableInSafeModeException

      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • NotMigrableInSafeModeException

      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • NotMigrableInSafeModeException

      Constructs a new exception with the specified cause.
      Parameters:
      cause - the specified cause.