Class UnknownFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.filesystem.FileSystemException
org.refcodes.filesystem.UnknownFileSystemException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class UnknownFileSystemException extends FileSystemException
This exception is thrown whenever a file system to be accessed which does not exist (any more). E.g. a namespace was removed or renamed for a ChangeRootFileSystemDecorator.
See Also:
  • Constructor Details

    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage, String aErrorCode)
    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage, Throwable aCause, String aErrorCode)
    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage, Throwable aCause)
    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage)
    • UnknownFileSystemException

      public UnknownFileSystemException(Throwable aCause, String aErrorCode)
    • UnknownFileSystemException

      public UnknownFileSystemException(Throwable aCause)