Class ParameterNotFoundException

All Implemented Interfaces:
Serializable

public class ParameterNotFoundException extends BaseException
See Also:
  • Constructor Details

    • ParameterNotFoundException

      public ParameterNotFoundException()
    • ParameterNotFoundException

      public ParameterNotFoundException(String message)
    • ParameterNotFoundException

      public ParameterNotFoundException(String message, Throwable cause)
    • ParameterNotFoundException

      public ParameterNotFoundException(Throwable cause)
    • ParameterNotFoundException

      public ParameterNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details