Class UniprotProteinAPIClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.bridges.uniprot.rest.UniprotProteinAPIClientException
-
- All Implemented Interfaces:
Serializable
public class UniprotProteinAPIClientException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniprotProteinAPIClientException()
UniprotProteinAPIClientException(String message)
UniprotProteinAPIClientException(String message, Throwable cause)
UniprotProteinAPIClientException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UniprotProteinAPIClientException
public UniprotProteinAPIClientException()
-
UniprotProteinAPIClientException
public UniprotProteinAPIClientException(String message)
-
UniprotProteinAPIClientException
public UniprotProteinAPIClientException(String message, Throwable cause)
-
UniprotProteinAPIClientException
public UniprotProteinAPIClientException(Throwable cause)
-
-