com.arsdigita.acs
Class DataSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.arsdigita.acs.DataSourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidKeyException

public class DataSourceException
extends Exception

See Also:
Serialized Form

Constructor Summary
DataSourceException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceException

public DataSourceException(String msg)