Class EndDateValidationException

All Implemented Interfaces:
Serializable

public class EndDateValidationException extends GenericProvisioningException
See Also:
  • Field Details

    • isMessage

      public String isMessage
  • Constructor Details

    • EndDateValidationException

      public EndDateValidationException(String isMessage)
      Constructs a new EndDateValidationException with the specified detail message.
      Parameters:
      isMessage - The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
    • EndDateValidationException

      public EndDateValidationException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e)
      Constructs a new EndDateValidationException 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
    • EndDateValidationException

      public EndDateValidationException(String errorCode, String errorMessage, Serializable[] errorData)
      Constructs a new EndDateValidationException 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
    • EndDateValidationException

      public EndDateValidationException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause