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 class
CryptoErrorId
ErrorIds für dieCryptoError
s.Methods in org.iqtig.packer.shared.error.crypto that return NamedError Modifier and Type Method Description NamedError
CryptoError. getErrorId()
Methods in org.iqtig.packer.shared.error.crypto with parameters of type NamedError Modifier and Type Method Description boolean
CryptoException. containsNamedError(NamedError namedError)
Lieferttrue
, wenn der NamedError innerhalb derCryptoException.errors
vorhanden 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.
-