Class UpgradeFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.fraunhofer.iosb.ilt.frostserver.util.exception.UpgradeFailedException
- All Implemented Interfaces:
Serializable
The exception that should be thrown by a PersistenceManager when upgrading
the database fails.
- Author:
- Hylke van der Schaaf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeFailedException(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
-
Constructor Details
-
UpgradeFailedException
public UpgradeFailedException() -
UpgradeFailedException
-
UpgradeFailedException
-
UpgradeFailedException
-