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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpgradeFailedException()UpgradeFailedException(String message)UpgradeFailedException(String message, Throwable cause)UpgradeFailedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-