Class MetadataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetadataException
    extends CompoundException
    Base class for all metadata specific exceptions.
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataException

        public MetadataException​(java.lang.String msg)
      • MetadataException

        public MetadataException​(java.lang.Throwable exception)
      • MetadataException

        public MetadataException​(java.lang.String msg,
                                 java.lang.Throwable innerException)