org.entityfs.cap.symlink
Class NotASymbolicLinkException

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.cap.symlink.NotASymbolicLinkException
All Implemented Interfaces:
Serializable

public class NotASymbolicLinkException
extends FileSystemException

This exception is thrown by a method that expected a symbolic link but got another type of entity.

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form
In_jar:
entityfs-symlink

Constructor Summary
NotASymbolicLinkException(String msg)
           
NotASymbolicLinkException(String msg, Throwable t)
           
 
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

NotASymbolicLinkException

public NotASymbolicLinkException(String msg)

NotASymbolicLinkException

public NotASymbolicLinkException(String msg,
                                 Throwable t)