Package org.apache.ofbiz.service
Class ServiceAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.service.GenericServiceException
-
- org.apache.ofbiz.service.ServiceAuthException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceAuthException extends GenericServiceException
ServiceAuthException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAuthException()
ServiceAuthException(java.lang.String str)
ServiceAuthException(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
-
-