Class CandidateNotExistsException

All Implemented Interfaces:
Serializable

public class CandidateNotExistsException extends EntityNotExistsException
This exception is thrown when the candidate does not exist in the ExtSource It is thrown when search for candidates in ExtSource returned a unique identifier, for which no additional data was found in the ExtSource
Author:
Martin Kuba
See Also:
  • Constructor Details

    • CandidateNotExistsException

      public CandidateNotExistsException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • CandidateNotExistsException

      public CandidateNotExistsException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
    • CandidateNotExistsException

      public CandidateNotExistsException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause