metaglue
Class CorruptAttributeDBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.AgentException
                    |
                    +--metaglue.AttributeDBException
                          |
                          +--metaglue.CorruptAttributeDBException
All Implemented Interfaces:
Serializable

public class CorruptAttributeDBException
extends AttributeDBException

See Also:
Serialized Form

Fields inherited from class metaglue.AgentException
detail
 
Constructor Summary
CorruptAttributeDBException(String message)
           
CorruptAttributeDBException(String message, Exception e)
           
 
Methods inherited from class metaglue.AgentException
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

CorruptAttributeDBException

public CorruptAttributeDBException(String message,
                                   Exception e)

CorruptAttributeDBException

public CorruptAttributeDBException(String message)