org.opensubsystems.core.error
Class OSSConfigException

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

public class OSSConfigException
extends OSSException

Exception thrown when there was a problem with a configuration settings.

Version:
$Id: OSSConfigException.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
OSSConfigException()
          Create new exception
OSSConfigException(java.lang.String message)
          Create new exception
OSSConfigException(java.lang.String message, java.lang.Throwable cause)
          Create new exception
OSSConfigException(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

OSSConfigException

public OSSConfigException()
Create new exception


OSSConfigException

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

Parameters:
message - - message to display

OSSConfigException

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

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

OSSConfigException

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

Parameters:
cause - - cause for error


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