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