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