Class HomomorphicException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.fiu.adwise.homomorphic_encryption.misc.HomomorphicException
All Implemented Interfaces:
Serializable

public class HomomorphicException extends Exception
This class represents a custom exception for errors related to homomorphic encryption operations. It extends the Exception class and provides a constructor to specify an error message.
See Also:
  • Constructor Details

    • HomomorphicException

      public HomomorphicException(String message)
      Constructs a new HomomorphicException with the specified detail message.
      Parameters:
      message - The detail message describing the exception.