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:
Serializable

public class InvalidKeyException
extends DataSourceException

See Also:
Serialized Form

Constructor Summary
InvalidKeyException(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

InvalidKeyException

public InvalidKeyException(String msg)