ssdbms.manager.primitives
Class FatalErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byssdbms.manager.SSDBManagerException
              extended byssdbms.manager.primitives.FatalErrorException
All Implemented Interfaces:
java.io.Serializable

public class FatalErrorException
extends SSDBManagerException

FatalErrorException is thrown to indicate an irrecuperable error in the internals of a ssd manager system.

Author:
Egar Arturo García Cárdenas
See Also:
Serialized Form

Constructor Summary
FatalErrorException()
          Constructs a FatalErrorException with no detail message.
FatalErrorException(java.lang.String msg)
          Constructs a FatalErrorException with a detailed message.
 
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

FatalErrorException

public FatalErrorException()
Constructs a FatalErrorException with no detail message.


FatalErrorException

public FatalErrorException(java.lang.String msg)
Constructs a FatalErrorException with a detailed message.