Class PackagesManagementException.MetadataFormatException

    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataFormatException​(java.lang.String message)
      Constructs an MetadataFormatException with the specified detail message.
      MetadataFormatException​(java.lang.String message, java.lang.Throwable throwable)
      Constructs an MetadataFormatException with the specified detail message and the cause.
    • 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

      • MetadataFormatException

        public MetadataFormatException​(java.lang.String message)
        Constructs an MetadataFormatException with the specified detail message.
        Parameters:
        message - The detail message
      • MetadataFormatException

        public MetadataFormatException​(java.lang.String message,
                                       java.lang.Throwable throwable)
        Constructs an MetadataFormatException with the specified detail message and the cause.
        Parameters:
        message - The detail message
        throwable - The cause