Class GeneralServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntitySyncContext.SyncAbortException, EntitySyncContext.SyncErrorException

public class GeneralServiceException extends GeneralException
General Service Exception - base Exception for in-Service Errors
See Also:
  • Constructor Details

    • GeneralServiceException

      public GeneralServiceException()
    • GeneralServiceException

      public GeneralServiceException(String str)
    • GeneralServiceException

      public GeneralServiceException(String str, Throwable nested)
    • GeneralServiceException

      public GeneralServiceException(Throwable nested)
    • GeneralServiceException

      public GeneralServiceException(String str, List<? extends Object> errorMsgList, Map<String,? extends Object> errorMsgMap, Map<String,? extends Object> nestedServiceResult, Throwable nested)
  • Method Details

    • returnError

      public Map<String,Object> returnError(String module)
      Return error map.
      Parameters:
      module - the module
      Returns:
      the map
    • addErrorMessages

      public void addErrorMessages(List<? extends Object> errMsgs)
      Add error messages.
      Parameters:
      errMsgs - the err msgs