public class PrimaryDataFileException
extends java.lang.Exception
PrimaryDataFile.| Constructor and Description |
|---|
PrimaryDataFileException()
Constructor for
PrimaryDataFileException without a specific
message. |
PrimaryDataFileException(java.lang.String message)
Constructor for
PrimaryDataFileException with a specific message. |
PrimaryDataFileException(java.lang.String message,
java.lang.Throwable cause)
Constructor for
PrimaryDataFileException with a specific message
and cause. |
PrimaryDataFileException(java.lang.Throwable cause)
Constructor for
PrimaryDataFileException with a specific cause. |
public PrimaryDataFileException()
PrimaryDataFileException without a specific
message.public PrimaryDataFileException(java.lang.String message)
PrimaryDataFileException with a specific message.message - the error message.public PrimaryDataFileException(java.lang.String message,
java.lang.Throwable cause)
PrimaryDataFileException with a specific message
and cause.message - the error message.cause - the cause.public PrimaryDataFileException(java.lang.Throwable cause)
PrimaryDataFileException with a specific cause.cause - the cause.