Class UpgradeFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostserver.util.exception.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:
  • Constructor Details

    • UpgradeFailedException

      public UpgradeFailedException()
    • UpgradeFailedException

      public UpgradeFailedException(String message)
    • UpgradeFailedException

      public UpgradeFailedException(Throwable cause)
    • UpgradeFailedException

      public UpgradeFailedException(String message, Throwable cause)