de.bsvrz.ars.ars.persistence.index
Class CorruptIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.ars.ars.persistence.index.IndexException
              extended by de.bsvrz.ars.ars.persistence.index.CorruptIndexException
All Implemented Interfaces:
Serializable

public class CorruptIndexException
extends IndexException

Diese Ausnahme deutet an, dass es nicht möglich war, den Index einzulesen, weil er beschädigt ist.

Author:
beck et al. projects GmbH, Phil Schrettenbrunner
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Versionsnummer dieser Exception
 
Constructor Summary
CorruptIndexException(String msg)
          CorruptIndexException mit Fehlermeldung
CorruptIndexException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Versionsnummer dieser Exception

See Also:
Constant Field Values
Constructor Detail

CorruptIndexException

public CorruptIndexException(String msg)
CorruptIndexException mit Fehlermeldung

Parameters:
msg - Fehlermeldung

CorruptIndexException

public CorruptIndexException(String message,
                             Throwable cause)