Class UnknownDataSourceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownDataSourceException
    extends DataSourceException
    This exception indicates that a given data source could not be found.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownDataSourceException

        public UnknownDataSourceException​(java.lang.String dataSourceName)