Class MigrationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ac.simons.neo4j.migrations.core.MigrationsException
All Implemented Interfaces:
Serializable

public final class MigrationsException extends RuntimeException
An unchecked exception that is thrown when something didn't work as expected. Most of the time, mitigation from the call won't be possible.
Since:
0.0.1
Author:
Michael J. Simons
See Also:
  • Constructor Details

    • MigrationsException

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

      public MigrationsException(String message, Throwable cause)
      Constructs a new exception with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception