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 ChangeRootFileSystemWrapperImpl.
See Also:
  • Constructor Details

    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage, String aErrorCode)
      Instantiates a new unknown file system exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • UnknownFileSystemException

      public UnknownFileSystemException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unknown file system exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • UnknownFileSystemException

      public UnknownFileSystemException(String message, Throwable cause)
      Instantiates a new unknown file system exception.
      Parameters:
      message - the message
      cause - the cause
    • UnknownFileSystemException

      public UnknownFileSystemException(String message)
      Instantiates a new unknown file system exception.
      Parameters:
      message - the message
    • UnknownFileSystemException

      public UnknownFileSystemException(Throwable aCause, String aErrorCode)
      Instantiates a new unknown file system exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • UnknownFileSystemException

      public UnknownFileSystemException(Throwable cause)
      Instantiates a new unknown file system exception.
      Parameters:
      cause - the cause