Class RequestServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException

public class RequestServiceException extends OIMServiceException
This is generic exception that will be thrown mostly if an error occurs while performing DB operations
Author:
asmaram
See Also:
  • Constructor Details

    • RequestServiceException

      public RequestServiceException(String errorCode, String errorMessage, Serializable[] errorParams)
    • RequestServiceException

      public RequestServiceException(String errorCode, String errorMessage, Serializable[] errorParams, Throwable t)
    • RequestServiceException

      public RequestServiceException(Exception e)
    • RequestServiceException

      public RequestServiceException(String string)
    • RequestServiceException

      public RequestServiceException(String string, Exception cnfe)
    • RequestServiceException

      public RequestServiceException(String string, Throwable cnfe)