Class MetadataException

    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataException​(java.lang.String message)  
      MetadataException​(java.lang.String message, java.lang.Exception innerException)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MetadataException

        public MetadataException​(@Nullable
                                 java.lang.String message,
                                 @Nonnull
                                 java.lang.Exception innerException)
      • MetadataException

        public MetadataException​(@Nullable
                                 java.lang.String message)