Package org.apache.ofbiz.service.config
Class ServiceConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.base.config.GenericConfigException
-
- org.apache.ofbiz.service.config.ServiceConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceConfigException extends GenericConfigException
Service configuration exception. Thrown when there is a configuration error in theserviceengine.xml
file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceConfigException()
ServiceConfigException(java.lang.String str)
ServiceConfigException(java.lang.String str, java.lang.Throwable nested)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-