public class DataCiteMappingException extends Exception
| Constructor and Description |
|---|
DataCiteMappingException()
Constructor for
DataCiteMappingException without a specific
message. |
DataCiteMappingException(String message)
Constructor for
DataCiteMappingException with a specific message. |
DataCiteMappingException(String message,
Throwable cause)
Constructor for
DataCiteMappingException with a specific message
and cause. |
DataCiteMappingException(Throwable cause)
Constructor for
DataCiteMappingException with a specific cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataCiteMappingException()
DataCiteMappingException without a specific
message.public DataCiteMappingException(String message)
DataCiteMappingException with a specific message.message - the error message.public DataCiteMappingException(String message, Throwable cause)
DataCiteMappingException with a specific message
and cause.message - the error message.cause - the cause.public DataCiteMappingException(Throwable cause)
DataCiteMappingException with a specific cause.cause - the cause.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.