Class BridgeFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.bridges.exception.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 Summary
Constructors Constructor Description BridgeFailedException()
Constructor for BridgeFailedException.BridgeFailedException(String s)
Constructor for BridgeFailedException.BridgeFailedException(String s, Throwable throwable)
Constructor for BridgeFailedException.BridgeFailedException(Throwable throwable)
Constructor for BridgeFailedException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BridgeFailedException
public BridgeFailedException()
Constructor for BridgeFailedException.
-
BridgeFailedException
public BridgeFailedException(String s)
Constructor for BridgeFailedException.
- Parameters:
s
- aString
object.
-
BridgeFailedException
public BridgeFailedException(String s, Throwable throwable)
Constructor for BridgeFailedException.
-
-