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