Module jp.cafebabe.kunai
Class UnsupportedDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jp.cafebabe.kunai.entries.KunaiException
-
- jp.cafebabe.kunai.source.factories.UnsupportedDataSourceException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedDataSourceException extends KunaiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDataSourceException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedDataSourceException
public UnsupportedDataSourceException(String message)
-
-