Class HomomorphicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.fiu.adwise.homomorphic_encryption.misc.HomomorphicException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionHomomorphicException(String message) Constructs a newHomomorphicExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HomomorphicException
Constructs a newHomomorphicExceptionwith the specified detail message.- Parameters:
message- The detail message describing the exception.
-