Class FileTypeHasNoContentException

    • Constructor Summary

      Constructors 
      Constructor Description
      FileTypeHasNoContentException​(java.lang.Object info)
      Constructs exception with the specified detail message.
      FileTypeHasNoContentException​(java.lang.Object info, java.lang.Throwable cause)
      Constructs exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

      • FileTypeHasNoContentException

        public FileTypeHasNoContentException​(java.lang.Object info)
        Constructs exception with the specified detail message.
        Parameters:
        info - one context information.
      • FileTypeHasNoContentException

        public FileTypeHasNoContentException​(java.lang.Object info,
                                             java.lang.Throwable cause)
        Constructs exception with the specified detail message and cause.
        Parameters:
        info - one context information.
        cause - the cause.