Package com.mapr.fs

Class StaleFileException

All Implemented Interfaces:
Serializable

public class StaleFileException extends ErrnoException
See Also:
  • Constructor Details

    • StaleFileException

      public StaleFileException()
    • StaleFileException

      public StaleFileException(String msg)
    • StaleFileException

      public StaleFileException(String message, Throwable cause)
    • StaleFileException

      public StaleFileException(Throwable cause)
  • Method Details