Class UpgradeFailedException

  • All Implemented Interfaces:
    Serializable

    public class UpgradeFailedException
    extends Exception
    The exception that should be thrown by a PersistenceManager when upgrading the database fails.
    Author:
    Hylke van der Schaaf
    See Also:
    Serialized Form
    • Constructor Detail

      • UpgradeFailedException

        public UpgradeFailedException()
      • UpgradeFailedException

        public UpgradeFailedException​(String message)
      • UpgradeFailedException

        public UpgradeFailedException​(Throwable cause)
      • UpgradeFailedException

        public UpgradeFailedException​(String message,
                                      Throwable cause)