Class ORCIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.orcid.ORCIDException
-
- All Implemented Interfaces:
java.io.Serializable
public class ORCIDException extends java.lang.ExceptionException is thrown an error associated with the ORCID API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ORCIDException()Constructor forORCIDExceptionwithout a specific message.ORCIDException(java.lang.String message)Constructor forORCIDExceptionwith a specific message.ORCIDException(java.lang.String message, java.lang.Throwable cause)Constructor forORCIDExceptionwith a specific message and cause.ORCIDException(java.lang.Throwable cause)Constructor forORCIDExceptionwith a specific cause.
-
-
-
Constructor Detail
-
ORCIDException
public ORCIDException()
Constructor forORCIDExceptionwithout a specific message.
-
ORCIDException
public ORCIDException(java.lang.String message)
Constructor forORCIDExceptionwith a specific message.- Parameters:
message- the error message.
-
ORCIDException
public ORCIDException(java.lang.String message, java.lang.Throwable cause)Constructor forORCIDExceptionwith a specific message and cause.- Parameters:
message- the error message.cause- the cause.
-
ORCIDException
public ORCIDException(java.lang.Throwable cause)
Constructor forORCIDExceptionwith a specific cause.- Parameters:
cause- the cause.
-
-