Class DigestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.ascopes.protobufmavenplugin.utils.DigestException
- All Implemented Interfaces:
Serializable
Exception raised if digest operations fail.
- Since:
- 3.5.0
- Author:
- Ashley Scopes
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDigestException
(String message) DigestException
(String message, 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
-
DigestException
-
DigestException
-