Class FcEncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.persistence.hibernate.FcEncryptionException
All Implemented Interfaces:
Serializable

public class FcEncryptionException extends Exception
Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • FcEncryptionException

      public FcEncryptionException(String message, boolean migration)
    • FcEncryptionException

      public FcEncryptionException(String message, boolean migration, Throwable cause)
  • Method Details

    • isMigration

      public boolean isMigration()
      Whether this exception occurred during a migration process.