Class PrimaryDataEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.file.PrimaryDataEntityException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrimaryDataEntityException extends java.lang.ExceptionClass indicates an error with aPrimaryDataEntity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrimaryDataEntityException()Constructor forPrimaryDataEntityExceptionwithout a specific message.PrimaryDataEntityException(java.lang.String message)Constructor forPrimaryDataEntityExceptionwith a specific message.PrimaryDataEntityException(java.lang.String message, java.lang.Throwable cause)Constructor forPrimaryDataEntityExceptionwith a specific message and cause.PrimaryDataEntityException(java.lang.Throwable cause)Constructor forPrimaryDataEntityExceptionwith a specific cause.
-
-
-
Constructor Detail
-
PrimaryDataEntityException
public PrimaryDataEntityException()
Constructor forPrimaryDataEntityExceptionwithout a specific message.
-
PrimaryDataEntityException
public PrimaryDataEntityException(java.lang.String message)
Constructor forPrimaryDataEntityExceptionwith a specific message.- Parameters:
message- the error message.
-
PrimaryDataEntityException
public PrimaryDataEntityException(java.lang.String message, java.lang.Throwable cause)Constructor forPrimaryDataEntityExceptionwith a specific message and cause.- Parameters:
message- the error message.cause- the cause.
-
PrimaryDataEntityException
public PrimaryDataEntityException(java.lang.Throwable cause)
Constructor forPrimaryDataEntityExceptionwith a specific cause.- Parameters:
cause- the cause.
-
-