Enum Class MPIErrorCode

java.lang.Object
java.lang.Enum<MPIErrorCode>
org.emau.icmvc.ttp.epix.common.exception.MPIErrorCode
All Implemented Interfaces:
Serializable, Comparable<MPIErrorCode>, Constable

public enum MPIErrorCode extends Enum<MPIErrorCode> implements Serializable
Author:
geidell
  • Enum Constant Details

    • MPIID_ALREADY_EXISTS

      public static final MPIErrorCode MPIID_ALREADY_EXISTS
    • MULTIPLE_PERSONS_FOR_IDENTIFIER

      public static final MPIErrorCode MULTIPLE_PERSONS_FOR_IDENTIFIER
    • IDAT_DONT_FIT_TO_IDENTIFIER

      public static final MPIErrorCode IDAT_DONT_FIT_TO_IDENTIFIER
    • PERSONS_IN_DIFFERENT_DOMAINS

      public static final MPIErrorCode PERSONS_IN_DIFFERENT_DOMAINS
    • INTERNAL_ERROR

      public static final MPIErrorCode INTERNAL_ERROR
    • WRONG_MATCHING_TYPE

      public static final MPIErrorCode WRONG_MATCHING_TYPE
    • RESTRICTIONS_VIOLATED

      public static final MPIErrorCode RESTRICTIONS_VIOLATED
    • TO_MANY_VALUES_FOR_MULTIVALUE_FIELD

      public static final MPIErrorCode TO_MANY_VALUES_FOR_MULTIVALUE_FIELD
  • Method Details

    • values

      public static MPIErrorCode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MPIErrorCode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null