Class ContentComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.camel.component.catalog.content.ContentComponentException
- All Implemented Interfaces:
Serializable
The ContentComponentException is used to signal errors during Content Component operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentComponentException(String message) Instantiates a new ContentComponentException from a given string.ContentComponentException(String message, Throwable throwable) Instantiates a new ContentComponentException with a message.ContentComponentException(Throwable throwable) Instantiates a new ContentComponentException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentComponentException
Instantiates a new ContentComponentException from a given string.- Parameters:
message- the string to use for the exception.
-
ContentComponentException
Instantiates a new ContentComponentException.- Parameters:
throwable- the throwable
-
ContentComponentException
Instantiates a new ContentComponentException with a message.- Parameters:
message- the messagethrowable- the throwable
-