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 661727 2008-05-30 14:21:49Z bentmann $
    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)