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