Class FileUtilsErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileUtilsErrorException
    extends java.lang.Exception
    Exception that will be trigger when unexpected errors occur during the functionalities of the FileUtils class.
    Since:
    1.0
    Version:
    $Revision: 3108 $
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • FileUtilsErrorException

        public FileUtilsErrorException​(java.lang.String message)
      • FileUtilsErrorException

        public FileUtilsErrorException​(java.lang.String message,
                                       java.lang.Throwable cause)