metaglue.AgentPrimer
Class CatalogAccessError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--metaglue.MetaglueError
                    |
                    +--metaglue.AgentPrimer.CatalogAccessError
All Implemented Interfaces:
Serializable

public class CatalogAccessError
extends MetaglueError

See Also:
Serialized Form

Fields inherited from class metaglue.MetaglueError
e
 
Constructor Summary
CatalogAccessError()
           
 
Methods inherited from class metaglue.MetaglueError
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogAccessError

public CatalogAccessError()