Class InvalidEENameException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidEENameException
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidEENameException​(java.lang.String eeName)  
    • Method Summary

      • 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

      • InvalidEENameException

        public InvalidEENameException​(java.lang.String eeName)