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