Class ArtifactEncryptionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.hawkbit.exception.AbstractServerRtException
org.eclipse.hawkbit.artifact.exception.ArtifactEncryptionFailedException
- All Implemented Interfaces:
Serializable
Exception being thrown in case of error while generating encryption secrets, encrypting or decrypting artifacts.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEncryption operation that caused the exception. -
Constructor Summary
ConstructorsConstructorDescriptionArtifactEncryptionFailedException(ArtifactEncryptionFailedException.EncryptionOperation encryptionOperation, String message, Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.hawkbit.exception.AbstractServerRtException
canEqual, equals, getError, getInfo, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ArtifactEncryptionFailedException
public ArtifactEncryptionFailedException(ArtifactEncryptionFailedException.EncryptionOperation encryptionOperation, String message, Throwable cause)
-