Class UnsupportedDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jetbrains.mps.openapi.persistence.UnsupportedDataSourceException
-
- All Implemented Interfaces:
Serializable
public final class UnsupportedDataSourceException extends IOException
evgeny, 6/3/13- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDataSourceException(DataSource dataSource)
-
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(@NotNull DataSource dataSource)
-
-