com.hardcode.gdbms.engine.internalExceptions
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.internalExceptions.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.Exception

Exception produced in internal threads of the system or in code that cannot be resolved by throwing up the exception. The message contains the explanation of the problem

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
InternalException(java.lang.String message)
          DOCUMENT ME!
InternalException(java.lang.String message, java.lang.Throwable cause)
          DOCUMENT ME!
 
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

InternalException

public InternalException(java.lang.String message)
DOCUMENT ME!

Parameters:
message -

InternalException

public InternalException(java.lang.String message,
                         java.lang.Throwable cause)
DOCUMENT ME!

Parameters:
message -
cause -


Copyright © 2005-2006 . All Rights Reserved.