Class DsmApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.dnetlib.openaire.exporter.exceptions.DsmApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDsmApiException(int code, String msg) DsmApiException(int code, String msg, Throwable e) DsmApiException(int code, Throwable e) DsmApiException(String msg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DsmApiException
-
DsmApiException
-
DsmApiException
-
DsmApiException
-
-
Method Details
-
getCode
public int getCode() -
setCode
public void setCode(int code)
-