Class BridgeFailedException

  • All Implemented Interfaces:
    Serializable

    public class BridgeFailedException
    extends Exception
    An error object to signify that a query to an external service has failed. This exception would usually be expected pass the original Exception that caused the problem.
    Since:
    15/04/13
    Author:
    Gabriel Aldam (galdam@ebi.ac.uk)
    See Also:
    Serialized Form
    • Constructor Detail

      • BridgeFailedException

        public BridgeFailedException()

        Constructor for BridgeFailedException.

      • BridgeFailedException

        public BridgeFailedException​(String s)

        Constructor for BridgeFailedException.

        Parameters:
        s - a String object.
      • BridgeFailedException

        public BridgeFailedException​(String s,
                                     Throwable throwable)

        Constructor for BridgeFailedException.

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

        public BridgeFailedException​(Throwable throwable)

        Constructor for BridgeFailedException.

        Parameters:
        throwable - a Throwable object.