public final class EncryptionOperationNotPossibleException extends RuntimeException
General exception thrown when any errors are raised during encryption, digesting, etc.
It is intended to provide very little information (if any) of the error causes, so that encryption internals are not revealed through error messages.
Constructor and Description |
---|
EncryptionOperationNotPossibleException() |
EncryptionOperationNotPossibleException(String message) |
EncryptionOperationNotPossibleException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EncryptionOperationNotPossibleException()
public EncryptionOperationNotPossibleException(Throwable t)
public EncryptionOperationNotPossibleException(String message)
Copyright © 2016 JBoss by Red Hat. All rights reserved.