Package org.spdx.spdx_to_osv
Class SwhApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.spdx_to_osv.SwhException
org.spdx.spdx_to_osv.SwhApiException
- All Implemented Interfaces:
Serializable
public class SwhApiException extends SwhException
Exception calling the Software Heritage API's
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SwhApiException()SwhApiException(String arg0)SwhApiException(String arg0, Throwable arg1)SwhApiException(String arg0, Throwable arg1, boolean arg2, boolean arg3)SwhApiException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SwhApiException
public SwhApiException() -
SwhApiException
- Parameters:
arg0-
-
SwhApiException
- Parameters:
arg0-
-
SwhApiException
- Parameters:
arg0-arg1-
-
SwhApiException
- Parameters:
arg0-arg1-arg2-arg3-
-