Class FileException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FileException​(ErrorCode errorCode, java.lang.String message, java.lang.Throwable e)  
        FileException​(java.lang.String message)  
        FileException​(java.lang.String message, java.lang.Throwable e)  
        FileException​(java.lang.Throwable e)  
    • 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, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileException

        protected FileException​(ErrorCode errorCode,
                                java.lang.String message,
                                java.lang.Throwable e)
      • FileException

        public FileException​(java.lang.String message,
                             java.lang.Throwable e)
      • FileException

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

        public FileException​(java.lang.Throwable e)