Class ParameterNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uplanet.lucy.server.parameterstore.ParameterNotFoundException
All Implemented Interfaces:
Serializable

public final class ParameterNotFoundException extends Exception
See Also:
  • Constructor Details

    • ParameterNotFoundException

      public ParameterNotFoundException()
    • ParameterNotFoundException

      public ParameterNotFoundException(String p_strMessage)
    • ParameterNotFoundException

      public ParameterNotFoundException(Throwable p_cause)
    • ParameterNotFoundException

      public ParameterNotFoundException(String p_strMessage, Throwable p_cause)