com.arsdigita.acs
Class InvalidKeyException

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

public class InvalidKeyException
extends DataSourceException

See Also:
Serialized Form

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

InvalidKeyException

public InvalidKeyException(java.lang.String msg)