com.infodesire.infobit
Class InfobitIntegrityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infodesire.infobit.InfobitIntegrityException
All Implemented Interfaces:
java.io.Serializable

public class InfobitIntegrityException
extends java.lang.Exception

exception indicating referentialk integrity probem ( like on removals )

Version:
$Revision: 1.1 $
Author:
konstantin
See Also:
Serialized Form

Constructor Summary
InfobitIntegrityException()
           
InfobitIntegrityException(java.lang.String msg)
          Constructor for the InfobitException object
InfobitIntegrityException(java.lang.String msg, java.lang.Throwable cause)
          Constructor for the InfobitException object
InfobitIntegrityException(java.lang.Throwable cause)
          Constructor for the InfobitException object
 
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
 

Constructor Detail

InfobitIntegrityException

public InfobitIntegrityException()

InfobitIntegrityException

public InfobitIntegrityException(java.lang.String msg)
Constructor for the InfobitException object

Parameters:
msg - Description of Parameter

InfobitIntegrityException

public InfobitIntegrityException(java.lang.String msg,
                                 java.lang.Throwable cause)
Constructor for the InfobitException object

Parameters:
msg - Description of Parameter
cause - Description of Parameter

InfobitIntegrityException

public InfobitIntegrityException(java.lang.Throwable cause)
Constructor for the InfobitException object

Parameters:
cause - Description of Parameter


Copyright © 2003 Information Desire GmbH. All Rights Reserved.