Class ApprovalServiceException

All Implemented Interfaces:
Serializable

public class ApprovalServiceException 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

    • ApprovalServiceException

      public ApprovalServiceException(Exception e)
    • ApprovalServiceException

      public ApprovalServiceException(String string)
    • ApprovalServiceException

      public ApprovalServiceException(String string, Exception cnfe)
    • ApprovalServiceException

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

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

      public ApprovalServiceException(String string, Throwable cnfe)