Class MissingRequiredParametersInMethod

All Implemented Interfaces:
Serializable

public class MissingRequiredParametersInMethod extends BibernateGeneralException
Exception thrown to indicate that a method in a Bibernate application is missing required parameters. This exception is typically used when attempting to invoke a method without providing all the necessary parameters it requires.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • MissingRequiredParametersInMethod

      public MissingRequiredParametersInMethod(String message)
      Constructs a new MissingRequiredParametersInMethod with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method)