Class MIIOException

  • All Implemented Interfaces:
    Serializable

    public class MIIOException
    extends RuntimeException
    Exception thrown by a dataSource or a writer when it cannot read/write MI data
    Since:
    08/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • MIIOException

        public MIIOException()

        Constructor for MIIOException.

      • MIIOException

        public MIIOException​(String s)

        Constructor for MIIOException.

        Parameters:
        s - a String object.
      • MIIOException

        public MIIOException​(String s,
                             Throwable throwable)

        Constructor for MIIOException.

        Parameters:
        s - a String object.
        throwable - a Throwable object.
      • MIIOException

        public MIIOException​(Throwable throwable)

        Constructor for MIIOException.

        Parameters:
        throwable - a Throwable object.