ssdbms.manager.primitives
Class BadFunctionException

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

public class BadFunctionException
extends SSDBManagerException

BadFunctionException is thrown to indicate a bad function in the internals of a ssd manager system.

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

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

BadFunctionException

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


BadFunctionException

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