com.collation.platform.model
Class AttributeNotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.collation.platform.model.AttributeNotLoadedException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public class AttributeNotLoadedException
extends java.lang.Exception

Exception indicating that the object attribute has not been loaded from persistent storage.

See Also:
Serialized Form

Constructor Summary
AttributeNotLoadedException()
          Deprecated.  
 
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

AttributeNotLoadedException

public AttributeNotLoadedException()
Deprecated.