org.opensubsystems.core.error
Class OSSInvalidContextException

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.OSSInvalidContextException
All Implemented Interfaces:
java.io.Serializable

public class OSSInvalidContextException
extends OSSException

Exception thrown when there was a problem with data context, such as not existing foreign key object.

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

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

OSSInvalidContextException

public OSSInvalidContextException()
Create new exception


OSSInvalidContextException

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

Parameters:
message - - message to display

OSSInvalidContextException

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

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

OSSInvalidContextException

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

Parameters:
cause - - cause for error


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