Class SeguidException

  • All Implemented Interfaces:
    Serializable

    public class SeguidException
    extends Exception
    Custom Exception class to handle exceptions from this module
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • SeguidException

        public SeguidException()

        Constructor for SeguidException.

      • SeguidException

        public SeguidException​(String message)

        Constructor for SeguidException.

        Parameters:
        message - a String object.
      • SeguidException

        public SeguidException​(String message,
                               Throwable cause)

        Constructor for SeguidException.

        Parameters:
        message - a String object.
        cause - a Throwable object.
      • SeguidException

        public SeguidException​(Throwable cause)

        Constructor for SeguidException.

        Parameters:
        cause - a Throwable object.