com.arsdigita.acs
Class DataSourceException

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

public class DataSourceException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
DataSourceException(java.lang.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
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

DataSourceException

public DataSourceException(java.lang.String msg)