Class FileAlreadyExistsException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.KeyAccessor<String>

public class FileAlreadyExistsException extends FileSystemException.KeyException
See Also:
  • Constructor Details

    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aMessage, String aKey, String aErrorCode)
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aMessage, String aKey, Throwable aCause, String aErrorCode)
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aMessage, String aKey, Throwable aCause)
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aKey, String aMessage)
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aKey, Throwable aCause, String aErrorCode)
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String aKey, Throwable aCause)