Class MigrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.core.migration.MigrationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotMigrableInSafeModeException

public class MigrationException extends Exception
Exception that occured during an automatic migration
See Also:
  • Constructor Details

    • MigrationException

      public MigrationException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • MigrationException

      public MigrationException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • MigrationException

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