Class ManifestReadingException

  • All Implemented Interfaces:
    Serializable

    public class ManifestReadingException
    extends RuntimeException
    Exception while reading the manifest. Encapsulates an IOException to make it runtime
    Version:
    $Id: ManifestReadingException.java 554726 2007-07-09 18:11:56Z carlos $
    Author:
    Carlos Sanchez
    See Also:
    Serialized Form
    • Constructor Detail

      • ManifestReadingException

        public ManifestReadingException()
      • ManifestReadingException

        public ManifestReadingException​(String message,
                                        Throwable cause)
      • ManifestReadingException

        public ManifestReadingException​(String message)
      • ManifestReadingException

        public ManifestReadingException​(Throwable cause)