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