org.opensubsystems.core.error
Class OSSInternalErrorException

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

public class OSSInternalErrorException
extends OSSException

Exception thrown when the any internal error is occured. Internal error is error, from which it is not possible to recover.

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

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

OSSInternalErrorException

public OSSInternalErrorException()
Create new exception


OSSInternalErrorException

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

Parameters:
message - - message to display

OSSInternalErrorException

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

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

OSSInternalErrorException

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

Parameters:
cause - - cause for error


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