Class MigrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sk89q.worldguard.protection.managers.migration.MigrationException
All Implemented Interfaces:
Serializable

public class MigrationException extends Exception
Thrown when a migration fails.
See Also:
  • Constructor Details

    • MigrationException

      public MigrationException()
    • MigrationException

      public MigrationException(String message)
    • MigrationException

      public MigrationException(String message, Throwable cause)
    • MigrationException

      public MigrationException(Throwable cause)