Class FcEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.persistence.hibernate.FcEncryptionException
- All Implemented Interfaces:
Serializable
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFcEncryptionException(String message, boolean migration) FcEncryptionException(String message, boolean migration, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this exception occurred during a migration process.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FcEncryptionException
-
FcEncryptionException
-
-
Method Details
-
isMigration
public boolean isMigration()Whether this exception occurred during a migration process.
-