Class PropertiesFileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.yank.exceptions.PropertiesFileNotFoundException
All Implemented Interfaces:
Serializable

public class PropertiesFileNotFoundException extends RuntimeException
An exception to indicate that a Connection pool could not be found given the Connection pool name.
See Also:
  • Constructor Details

    • PropertiesFileNotFoundException

      public PropertiesFileNotFoundException(String message, Throwable cause)
      Constructor
      Parameters:
      message -
      cause -