Class FormNotFoundException

All Implemented Interfaces:
Serializable

public class FormNotFoundException extends OIMServiceException
See Also:
  • Constructor Details

    • FormNotFoundException

      public FormNotFoundException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new FormNotFoundException with the errorCode, errorMessage and errorData.
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
    • FormNotFoundException

      public FormNotFoundException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new FormNotFoundException with the errorCode, errorMessage, errorData and Throwable.
      Parameters:
      errorCode - - Code for the error
      errorMessage - - Message for the error
      errorData - - A Serializable array with data for the error
      e - - Exception