Package com.iizix.sql

Class NamedParameterException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class NamedParameterException extends SQLException
Thrown when a named parameter is not found.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • NamedParameterException

      public NamedParameterException(String name)
      Constructor the named parameter error.
      Parameters:
      name - The name of the parameter not found.