Class PrimaryDataEntityVersionException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • PrimaryDataEntityVersionException

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

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

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