Class ArtifactsCollisionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArtifactsCollisionException
    extends java.lang.RuntimeException
    Artifacts Collision RuntimeException
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactsCollisionException​(java.lang.String message, java.util.Set<java.lang.String> artifacts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getArtifacts()  
      • 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

      • ArtifactsCollisionException

        public ArtifactsCollisionException​(java.lang.String message,
                                           java.util.Set<java.lang.String> artifacts)
    • Method Detail

      • getArtifacts

        public java.util.Set<java.lang.String> getArtifacts()