org.entityfs.cap.symlink
Class NotASymbolicLinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotASymbolicLinkException
public NotASymbolicLinkException(String msg)
NotASymbolicLinkException
public NotASymbolicLinkException(String msg,
Throwable t)