Class ConfigurationProfileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.config.profiles.ConfigurationProfileNotFoundException
All Implemented Interfaces:
Serializable

public class ConfigurationProfileNotFoundException extends Exception
Exception thrown by classes that handle configuration if the profile Id does not exist
See Also:
  • Constructor Details

    • ConfigurationProfileNotFoundException

      public ConfigurationProfileNotFoundException(String message)
    • ConfigurationProfileNotFoundException

      public ConfigurationProfileNotFoundException(String message, Throwable cause)