Class UnmodifiableMetadataException

All Implemented Interfaces:
Serializable

public class UnmodifiableMetadataException extends UnsupportedOperationException
Thrown when a setter method is invoked on a metadata entity, but this entity was declared unmodifiable.
Since:
2.4
Author:
Martin Desruisseaux (Geomatys)
See Also:
  • Constructor Details

    • UnmodifiableMetadataException

      public UnmodifiableMetadataException(String message)
      Creates a new exception with the specified detail message.
      Parameters:
      message - The detail message.