Class UserExtSourceNotExistsException

All Implemented Interfaces:
Serializable

public class UserExtSourceNotExistsException extends EntityNotExistsException
Thrown when the userExtSource has not been found either because it is not in the database or additional identifiers were not provided
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • UserExtSourceNotExistsException

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

      public UserExtSourceNotExistsException(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
    • UserExtSourceNotExistsException

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

      public UserExtSourceNotExistsException(UserExtSource userExtSource)
      Constructor with the userExtSource
      Parameters:
      userExtSource - userExtSource that doesn't exist
  • Method Details

    • getExtSource

      public UserExtSource getExtSource()
      Getter for the userExtSource
      Returns:
      userExtSource that doesn't exist