java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.DaoMethodNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the DAO method is not found.
- See Also:
-
Field Summary
FieldsFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
ConstructorsConstructorDescriptionDaoMethodNotFoundException(Throwable cause, String className, String signature) -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.JdbcException
choiceSqlMethods inherited from class org.seasar.doma.DomaException
getArgs, getMessageResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
className
-
signature
-
-
Constructor Details
-
DaoMethodNotFoundException
-
-
Method Details
-
getClassName
-
getSignature
-