Class NoFileAssignedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.transfer.project.NoFileAssignedException
- All Implemented Interfaces:
Serializable
This exception will be thrown if no file has been assigned to artifact.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoFileAssignedException
(String message) NoFileAssignedException
(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoFileAssignedException
- Parameters:
message
- The message of the error.e
-Exception
-
NoFileAssignedException
- Parameters:
message
- The message.
-