Class PrimaryDataFileException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • PrimaryDataFileException

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

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

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

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