Package org.apache.ofbiz.service
Class GenericServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ofbiz.base.util.GeneralException
org.apache.ofbiz.service.GenericServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountingException
,ExecutionServiceException
,SemaphoreFailException
,SemaphoreWaitException
,ServiceAuthException
,ServiceValidationException
Generic Service Exception
- See Also:
-
Constructor Summary
ConstructorDescriptionGenericServiceException
(String str, Throwable nested) GenericServiceException
(Throwable nested) -
Method Summary
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
GenericServiceException
public GenericServiceException() -
GenericServiceException
-
GenericServiceException
-
GenericServiceException
-