Class ServiceConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceConfigException
    extends GenericConfigException
    Service configuration exception. Thrown when there is a configuration error in the serviceengine.xml file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceConfigException

        public ServiceConfigException()
      • ServiceConfigException

        public ServiceConfigException​(java.lang.String str)
      • ServiceConfigException

        public ServiceConfigException​(java.lang.String str,
                                      java.lang.Throwable nested)