org.entityfs.exception
Class CircularReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.entityfs.support.exception.FileSystemException
                  extended by org.entityfs.exception.CircularReferenceException
All Implemented Interfaces:
Serializable

public class CircularReferenceException
extends FileSystemException

This exception is thrown if a circular reference is encountered when dereferencing symbolic links. A circular reference is for instance l1 -> l2; l2 -> l1.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
CircularReferenceException(String msg)
           
 
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

CircularReferenceException

public CircularReferenceException(String msg)