org.entityfs.support.exception
Class FileSystemException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BackendErrorException, CircularReferenceException, DirectoryNotEmptyException, EntityFoundException, EntityNotFoundException, FileSystemConfigurationException, FileSystemFullException, FileSystemSecurityException, InvalidCapabilityException, InvalidEntityLocationException, LockRequiredException, LockTimeoutException, MissingLockException, NoSuchPropertyException, NotAChildException, ReadOnlyException, SeveralEntitiesMatchingException, UncheckedInterruptedException, UnexpectedEofException, UnsupportedCapabilityException, UnsupportedEntityTypeException, WrappedCheckedException, WrappedMalformedURLException, WriteOnlyException, WrongEntityTypeException

public class FileSystemException
extends RuntimeException

This exception is the base class for all exceptions thrown by EntityFS methods. Since this class inherits RuntimeException, all exceptions are unchecked.

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

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

FileSystemException

public FileSystemException(String msg)

FileSystemException

public FileSystemException(Throwable cause)

FileSystemException

public FileSystemException(String msg,
                           Throwable cause)