org.entityfs.exception
Class EntityFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
org.entityfs.exception.EntityFoundException
- All Implemented Interfaces:
- Serializable
public class EntityFoundException
- extends FileSystemException
This is thrown when an entity that was not supposed to exist really do exist.
For instance when trying to rename an entity to an name of another entity in
the same directory.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- entityfs-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityFoundException
public EntityFoundException(String msg)