Class IllegalMetadataObjectException

All Implemented Interfaces:
Serializable

public class IllegalMetadataObjectException extends IllegalArgumentException
An exception thrown when a metadata object is invalid.
See Also:
  • Constructor Details

    • IllegalMetadataObjectException

      @FormatMethod public IllegalMetadataObjectException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • IllegalMetadataObjectException

      @FormatMethod public IllegalMetadataObjectException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.
    • IllegalMetadataObjectException

      public IllegalMetadataObjectException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause.
    • IllegalMetadataObjectException

      public IllegalMetadataObjectException()
      Constructs a new exception with the specified detail message and cause.