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