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