org.ofbiz.service
Class GenericServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ofbiz.base.util.GeneralException
              extended by org.ofbiz.service.GenericServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SemaphoreFailException, SemaphoreWaitException, ServiceAuthException, ServiceValidationException

public class GenericServiceException
extends GeneralException

Generic Service Exception

See Also:
Serialized Form

Constructor Summary
GenericServiceException()
           
GenericServiceException(java.lang.String str)
           
GenericServiceException(java.lang.String str, java.lang.Throwable nested)
           
GenericServiceException(java.lang.Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericServiceException

public GenericServiceException()

GenericServiceException

public GenericServiceException(java.lang.String str)

GenericServiceException

public GenericServiceException(java.lang.String str,
                               java.lang.Throwable nested)

GenericServiceException

public GenericServiceException(java.lang.Throwable nested)