Class LookupFailureException

All Implemented Interfaces:
Serializable

public class LookupFailureException extends AppException
This exception is used to indicate a resource or property could not be located for a key.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • LookupFailureException

      protected LookupFailureException(String key)
    • LookupFailureException

      protected LookupFailureException(String key, Throwable cause)
  • Method Details

    • getKey

      public String getKey()
      This method returns the key that was used to locate the resource or property.
      Returns:
      the key that was used to locate the resource or property.