ssdbms.manager.primitives
Class InvalidDatumOperationException

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

public class InvalidDatumOperationException
extends SSDBManagerException

InvalidDatumOperationException is thrown when tryind to apply a non supported operation for a specified datum.

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

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

InvalidDatumOperationException

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


InvalidDatumOperationException

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