Uses of Class
org.iqtig.packer.shared.error.crypto.CryptoError
-
Packages that use CryptoError Package Description org.iqtig.packer.shared.error.crypto -
-
Uses of CryptoError in org.iqtig.packer.shared.error.crypto
Methods in org.iqtig.packer.shared.error.crypto that return types with arguments of type CryptoError Modifier and Type Method Description List<CryptoError>
CryptoException. getErrors()
Constructors in org.iqtig.packer.shared.error.crypto with parameters of type CryptoError Constructor Description CryptoException(CryptoError error)
Constructor parameters in org.iqtig.packer.shared.error.crypto with type arguments of type CryptoError Constructor Description CryptoException(List<CryptoError> errors)
Erzeugt BusinessException anhand einer Liste von BusinessErrors.
-