Skip to content
Snippets Groups Projects
Commit a2234441 authored by Patryk Kazimierowski's avatar Patryk Kazimierowski
Browse files

init exception

parent 04df203a
No related branches found
No related tags found
2 merge requests!273Release 1.8.0 update,!268Resolve "Add application instance scaling support"
package net.geant.nmaas.nmservice.deployment.exceptions;
public class CouldNotScaleDownNmServiceException extends RuntimeException {
public CouldNotScaleDownNmServiceException(String message) {
super(message);
}
}
package net.geant.nmaas.nmservice.deployment.exceptions;
public class CouldNotScaleUpNmServiceException extends RuntimeException {
public CouldNotScaleUpNmServiceException(String message) {
super(message);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment