Class InvalidEENameException

  • All Implemented Interfaces:
    Serializable

    public class InvalidEENameException
    extends RuntimeException
    Thrown if a custom execution environment name does not comply to format <name>-<version>, with name not containing dashes (-) and version being a valid OSGi version.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidEENameException

        public InvalidEENameException​(String eeName)