public class PrimaryDataEntityException extends Exception
PrimaryDataEntity.| Constructor and Description |
|---|
PrimaryDataEntityException()
Constructor for
PrimaryDataEntityException without a specific
message. |
PrimaryDataEntityException(String message)
Constructor for
PrimaryDataEntityException with a specific
message. |
PrimaryDataEntityException(String message,
Throwable cause)
Constructor for
PrimaryDataEntityException with a specific
message and cause. |
PrimaryDataEntityException(Throwable cause)
Constructor for
PrimaryDataEntityException with a specific cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrimaryDataEntityException()
PrimaryDataEntityException without a specific
message.public PrimaryDataEntityException(String message)
PrimaryDataEntityException with a specific
message.message - the error message.public PrimaryDataEntityException(String message, Throwable cause)
PrimaryDataEntityException with a specific
message and cause.message - the error message.cause - the cause.public PrimaryDataEntityException(Throwable cause)
PrimaryDataEntityException with a specific cause.cause - the cause.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.