Klasse CryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.iqtig.packer.shared.error.crypto.CryptoException
Alle implementierten Schnittstellen:
Serializable

public class CryptoException extends Exception
Exception für fachliche Fehler rund um die od-crypto Funktionalitäten.
Autor:
matthias.drummer
Siehe auch:
  • Konstruktordetails

    • CryptoException

      public CryptoException(CryptoError error)
    • CryptoException

      public CryptoException(List<CryptoError> errors)
      Erzeugt BusinessException anhand einer Liste von BusinessErrors.
      Parameter:
      errors - Liste von BusinessErrors
    • CryptoException

      public CryptoException(NamedError errorId, String... params)
      Erzeugt BusinessException anhand eines BusinessError inkl. Parameter.
      Parameter:
      errorId - the error code
      params - the list of parameters
  • Methodendetails

    • getErrors

      public List<CryptoError> getErrors()
    • containsNamedError

      public boolean containsNamedError(NamedError namedError)
      Liefert true, wenn der NamedError innerhalb der errors vorhanden ist.
      Parameter:
      namedError - NamedError
      Gibt zurück:
      true, wenn der NamedError innerhalb der errors vorhanden ist