Class PrimaryDataEntityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrimaryDataEntityException
    extends java.lang.Exception
    Class indicates an error with a PrimaryDataEntity.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrimaryDataEntityException

        public PrimaryDataEntityException()
        Constructor for PrimaryDataEntityException without a specific message.
      • PrimaryDataEntityException

        public PrimaryDataEntityException​(java.lang.String message)
        Constructor for PrimaryDataEntityException with a specific message.
        Parameters:
        message - the error message.
      • PrimaryDataEntityException

        public PrimaryDataEntityException​(java.lang.String message,
                                          java.lang.Throwable cause)
        Constructor for PrimaryDataEntityException with a specific message and cause.
        Parameters:
        message - the error message.
        cause - the cause.
      • PrimaryDataEntityException

        public PrimaryDataEntityException​(java.lang.Throwable cause)
        Constructor for PrimaryDataEntityException with a specific cause.
        Parameters:
        cause - the cause.