public class MetacardCreationException extends Exception
Metacard.| Constructor and Description |
|---|
MetacardCreationException()
Instantiates a new
MetacardCreationException. |
MetacardCreationException(String message)
Instantiates a new
MetacardCreationException with the provided message. |
MetacardCreationException(String message,
Throwable throwable)
Instantiates a new
MetacardCreationException with the provided message and throwable. |
MetacardCreationException(Throwable throwable)
Instantiates a new
MetacardCreationException with the provided throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetacardCreationException()
MetacardCreationException.public MetacardCreationException(String message)
MetacardCreationException with the provided message.message - the messagepublic MetacardCreationException(String message, Throwable throwable)
MetacardCreationException with the provided message and throwable.message - the messagethrowable - the throwablepublic MetacardCreationException(Throwable throwable)
MetacardCreationException with the provided throwable.throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.