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 class UnsupportedDataSourceException extends IOException evgeny, 6/3/13- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnsupportedDataSourceException(DataSource dataSource)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnsupportedDataSourceExceptionpublic UnsupportedDataSourceException(@NotNull DataSource dataSource) 
 
- 
 
-