org.opensubsystems.core.error
Class OSSInconsistentDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opensubsystems.core.error.OSSException
              extended by org.opensubsystems.core.error.OSSInconsistentDataException
All Implemented Interfaces:
java.io.Serializable

public class OSSInconsistentDataException
extends OSSException

Exception thrown when the data in the underlying persistence store become inconsistent.

Version:
$Id: OSSInconsistentDataException.java,v 1.5 2007/01/07 06:14:50 bastafidli Exp $
Author:
Miro Halas
See Also:
Serialized Form
Code reviewer:
Miro Halas
Code reviewed:
1.3 2006/02/17 06:54:08 bastafidli

Constructor Summary
OSSInconsistentDataException()
          Create new exception
OSSInconsistentDataException(java.lang.String message)
          Create new exception
OSSInconsistentDataException(java.lang.String message, java.lang.Throwable cause)
          Create new exception
OSSInconsistentDataException(java.lang.Throwable cause)
          Create new exception
 
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
 

Constructor Detail

OSSInconsistentDataException

public OSSInconsistentDataException()
Create new exception


OSSInconsistentDataException

public OSSInconsistentDataException(java.lang.String message)
Create new exception

Parameters:
message - - message to display

OSSInconsistentDataException

public OSSInconsistentDataException(java.lang.String message,
                                    java.lang.Throwable cause)
Create new exception

Parameters:
message - - message to display
cause - - cause for error

OSSInconsistentDataException

public OSSInconsistentDataException(java.lang.Throwable cause)
Create new exception

Parameters:
cause - - cause for error


Copyright © 2003 - 2006 OpenSubsystems s.r.o.