Class FileException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileException
    extends BaseException
    Created by wagner.araujo on 2/13/17.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FileException()  
      FileException​(java.lang.String message)  
      FileException​(java.lang.String message, java.lang.Throwable cause)  
      FileException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      FileException​(java.lang.Throwable cause)  
    • 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

      • FileException

        public FileException()
      • FileException

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

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

        public FileException​(java.lang.Throwable cause)
      • FileException

        public FileException​(java.lang.String message,
                             java.lang.Throwable cause,
                             boolean enableSuppression,
                             boolean writableStackTrace)