Class ContentComponentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.camel.component.catalog.content.ContentComponentException
All Implemented Interfaces:
Serializable

public class ContentComponentException extends Exception
The ContentComponentException is used to signal errors during Content Component operations.
See Also:
  • Constructor Details

    • ContentComponentException

      public ContentComponentException(String message)
      Instantiates a new ContentComponentException from a given string.
      Parameters:
      message - the string to use for the exception.
    • ContentComponentException

      public ContentComponentException(Throwable throwable)
      Instantiates a new ContentComponentException.
      Parameters:
      throwable - the throwable
    • ContentComponentException

      public ContentComponentException(String message, Throwable throwable)
      Instantiates a new ContentComponentException with a message.
      Parameters:
      message - the message
      throwable - the throwable