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