java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.ddd4j.core.DecryptionFailedException
- All Implemented Interfaces:
Serializable,org.fuin.objects4j.common.ExceptionShortIdentifable
public final class DecryptionFailedException
extends Exception
implements org.fuin.objects4j.common.ExceptionShortIdentifable
Signals that decrypting the data failed.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with causing exception.Constructor with message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ELEMENT_NAME
Unique name of the element to use for XML and JSON marshalling/unmarshalling.- See Also:
-
SHORT_ID
Unique short identifier of this exception.- See Also:
-
-
Constructor Details
-
DecryptionFailedException
Constructor with causing exception.- Parameters:
cause- Original exception that caused the failure.
-
DecryptionFailedException
Constructor with message. Should only be used for re-creating the exception on the client side.- Parameters:
msg- Exception message.
-
-
Method Details
-
getShortId
- Specified by:
getShortIdin interfaceorg.fuin.objects4j.common.ExceptionShortIdentifable
-