Class MetacardCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.data.MetacardCreationException
All Implemented Interfaces:
Serializable

public class MetacardCreationException extends Exception
The exception thrown when problems are detected during the creation of a Metacard.
See Also:
  • Constructor Details

    • MetacardCreationException

      public MetacardCreationException()
      Instantiates a new MetacardCreationException.
    • MetacardCreationException

      public MetacardCreationException(String message)
      Instantiates a new MetacardCreationException with the provided message.
      Parameters:
      message - the message
    • MetacardCreationException

      public MetacardCreationException(String message, Throwable throwable)
      Instantiates a new MetacardCreationException with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • MetacardCreationException

      public MetacardCreationException(Throwable throwable)
      Instantiates a new MetacardCreationException with the provided throwable.
      Parameters:
      throwable - the throwable