Class EmptyArtifactException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.EmptyArtifactException
-
- All Implemented Interfaces:
Serializable
public class EmptyArtifactException extends Exception
Raised when anEiffelArtifactPublishedEvent
can't be created from anEiffelArtifactCreatedEvent
because the latter doesn't declare the names of the files that make up the artifact, making it impossible to create URIs for the files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyArtifactException(EiffelArtifactCreatedEvent creationEvent)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EmptyArtifactException
public EmptyArtifactException(@NonNull EiffelArtifactCreatedEvent creationEvent)
-
-