Class DaoMethodNotFoundException

All Implemented Interfaces:
Serializable

public class DaoMethodNotFoundException extends JdbcException
Thrown to indicate that the DAO method is not found.
See Also:
  • Field Details

    • className

      protected final String className
    • signature

      protected final String signature
  • Constructor Details

    • DaoMethodNotFoundException

      public DaoMethodNotFoundException(Throwable cause, String className, String signature)
  • Method Details

    • getClassName

      public String getClassName()
    • getSignature

      public String getSignature()