Class MigrationException

  • All Implemented Interfaces:
    Serializable

    public class MigrationException
    extends NitriteException
    Exception thrown when there is an error during database migration.
    Since:
    4.0
    Author:
    Anindya Chatterjee
    See Also:
    Serialized Form
    • Constructor Detail

      • MigrationException

        public MigrationException​(String errorMessage)
        Instantiates a new Migration exception.
        Parameters:
        errorMessage - the error message
      • MigrationException

        public MigrationException​(String errorMessage,
                                  Throwable cause)
        Instantiates a new Migration exception.
        Parameters:
        errorMessage - the error message
        cause - the cause