Class PrimaryDataDirectoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrimaryDataDirectoryException
    extends java.lang.Exception
    Class indicates an error with a PrimaryDataDirectory.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrimaryDataDirectoryException

        public PrimaryDataDirectoryException()
        Constructor for PrimaryDataDirectoryException without a specific message.
      • PrimaryDataDirectoryException

        public PrimaryDataDirectoryException​(java.lang.String message)
        Constructor for PrimaryDataDirectoryException with a specific message.
        Parameters:
        message - the error message.
      • PrimaryDataDirectoryException

        public PrimaryDataDirectoryException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Constructor for PrimaryDataDirectoryException with a specific message and cause.
        Parameters:
        message - the error message.
        cause - the cause.
      • PrimaryDataDirectoryException

        public PrimaryDataDirectoryException​(java.lang.Throwable cause)
        Constructor for PrimaryDataDirectoryException with a specific cause.
        Parameters:
        cause - the cause.