Class DirectoryNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.system.DirectoryNotFoundException
All Implemented Interfaces:
Serializable

public class DirectoryNotFoundException extends RuntimeException
An exception that is thrown when directories are not found.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • DirectoryNotFoundException

      public DirectoryNotFoundException(String message)
      Generic constructor.
      Parameters:
      message - message
    • DirectoryNotFoundException

      public DirectoryNotFoundException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable