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.Exception
Exception is thrown an error associated with the ORCID API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ORCIDException()
Constructor forORCIDException
without a specific message.ORCIDException(java.lang.String message)
Constructor forORCIDException
with a specific message.ORCIDException(java.lang.String message, java.lang.Throwable cause)
Constructor forORCIDException
with a specific message and cause.ORCIDException(java.lang.Throwable cause)
Constructor forORCIDException
with a specific cause.
-
-
-
Constructor Detail
-
ORCIDException
public ORCIDException()
Constructor forORCIDException
without a specific message.
-
ORCIDException
public ORCIDException(java.lang.String message)
Constructor forORCIDException
with a specific message.- Parameters:
message
- the error message.
-
ORCIDException
public ORCIDException(java.lang.String message, java.lang.Throwable cause)
Constructor forORCIDException
with a specific message and cause.- Parameters:
message
- the error message.cause
- the cause.
-
ORCIDException
public ORCIDException(java.lang.Throwable cause)
Constructor forORCIDException
with a specific cause.- Parameters:
cause
- the cause.
-
-