public class DataCiteMappingException
extends java.lang.Exception
| Constructor and Description |
|---|
DataCiteMappingException()
Constructor for
DataCiteMappingException without a specific
message. |
DataCiteMappingException(java.lang.String message)
Constructor for
DataCiteMappingException with a specific message. |
DataCiteMappingException(java.lang.String message,
java.lang.Throwable cause)
Constructor for
DataCiteMappingException with a specific message
and cause. |
DataCiteMappingException(java.lang.Throwable cause)
Constructor for
DataCiteMappingException with a specific cause. |
public DataCiteMappingException()
DataCiteMappingException without a specific
message.public DataCiteMappingException(java.lang.String message)
DataCiteMappingException with a specific message.message - the error message.public DataCiteMappingException(java.lang.String message,
java.lang.Throwable cause)
DataCiteMappingException with a specific message
and cause.message - the error message.cause - the cause.public DataCiteMappingException(java.lang.Throwable cause)
DataCiteMappingException with a specific cause.cause - the cause.