Class GenericServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountingException, SemaphoreFailException, SemaphoreWaitException, ServiceAuthException, ServiceValidationException

public class GenericServiceException extends GeneralException
Generic Service Exception
See Also:
  • Constructor Details

    • GenericServiceException

      public GenericServiceException()
    • GenericServiceException

      public GenericServiceException(String str)
    • GenericServiceException

      public GenericServiceException(String str, Throwable nested)
    • GenericServiceException

      public GenericServiceException(Throwable nested)