Class ExtSourceNotExistsException

All Implemented Interfaces:
Serializable

public class ExtSourceNotExistsException extends EntityNotExistsException
This exception is thrown if the ExtSource does not exist
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ExtSourceNotExistsException

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

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

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

      public ExtSourceNotExistsException(ExtSource extSource)
      Constructor with the ExtSource
      Parameters:
      extSource - extSource that does not exist
  • Method Details

    • getExtSource

      public ExtSource getExtSource()
      Getter for the ExtSource
      Returns:
      extSource that does not exist