Uses of Interface
org.iqtig.packer.shared.error.crypto.NamedError
-
Packages that use NamedError Package Description org.iqtig.packer.shared.error.crypto -
-
Uses of NamedError in org.iqtig.packer.shared.error.crypto
Classes in org.iqtig.packer.shared.error.crypto that implement NamedError Modifier and Type Class Description classCryptoErrorIdErrorIds für dieCryptoErrors.Methods in org.iqtig.packer.shared.error.crypto that return NamedError Modifier and Type Method Description NamedErrorCryptoError. getErrorId()Methods in org.iqtig.packer.shared.error.crypto with parameters of type NamedError Modifier and Type Method Description booleanCryptoException. containsNamedError(NamedError namedError)Lieferttrue, wenn der NamedError innerhalb derCryptoException.errorsvorhanden ist.Constructors in org.iqtig.packer.shared.error.crypto with parameters of type NamedError Constructor Description CryptoError(NamedError errorId, String... parameters)Erstellt einen BusinessError aus errorId und zusätzlichen Parametern.CryptoException(NamedError errorId, String... params)Erzeugt BusinessException anhand eines BusinessError inkl.
-