se.entitymanager.logic
Class EntityNotFolderishException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.entitymanager.logic.EntityNotFolderishException
All Implemented Interfaces:
java.io.Serializable

public class EntityNotFolderishException
extends java.lang.Exception

Exception, which is thrown to indicate that an entity is not folderish.

See Also:
Serialized Form

Constructor Summary
EntityNotFolderishException()
           
 
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

EntityNotFolderishException

public EntityNotFolderishException()