Package org.soulwing.jdbc.source
Class SQLResourceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.jdbc.SQLRuntimeException
-
- org.soulwing.jdbc.source.SQLResourceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SQLResourceNotFoundException extends SQLRuntimeException
An exception thrown by anSQLSource
when the resource cannot be found.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLResourceNotFoundException(String name)
SQLResourceNotFoundException(String name, Class clazz)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-