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