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.JdbcUnsupportedOperationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a JDBC related unsupported method is invoked.
- See Also:
-
Field Summary
FieldsFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the class name.Return the unsupported method name.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
-
methodName
-
-
Constructor Details
-
JdbcUnsupportedOperationException
-
-
Method Details
-
getClassName
Returns the class name.- Returns:
- the class name
-
getMethodName
Return the unsupported method name.- Returns:
- the method name
-