Class InvalidDiagnosisKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- app.coronawarn.server.common.persistence.exception.InvalidDiagnosisKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidDiagnosisKeyException extends RuntimeException
Exception thrown to indicate an invalid parameter of aDiagnosisKey
, meaning a field of aDiagnosisKey
is semantically erroneous.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidDiagnosisKeyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidDiagnosisKeyException
public InvalidDiagnosisKeyException(String message)
-
-