Class CockpitConfigurationNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CockpitConfigurationNotFoundException
    extends CockpitConfigurationException
    Represents an error occured in the cockpit configuration service, indicating that a requested configuration context is not existing.
    See Also:
    Serialized Form
    • Constructor Detail

      • CockpitConfigurationNotFoundException

        public CockpitConfigurationNotFoundException()
      • CockpitConfigurationNotFoundException

        public CockpitConfigurationNotFoundException​(java.lang.String msg)
      • CockpitConfigurationNotFoundException

        public CockpitConfigurationNotFoundException​(java.lang.String msg,
                                                     java.lang.Throwable cause)
      • CockpitConfigurationNotFoundException

        public CockpitConfigurationNotFoundException​(java.lang.Throwable cause)