Class VoNotExistsException

All Implemented Interfaces:
Serializable

public class VoNotExistsException extends EntityNotExistsException
Thrown when the VO has not been found in the database
Author:
Martin Kuba
See Also:
  • Constructor Details

    • VoNotExistsException

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

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

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

      public VoNotExistsException(Vo vo)
      Constructor with the VO
      Parameters:
      vo - which does not exist
  • Method Details

    • getVo

      public Vo getVo()
      Getter for the VO
      Returns:
      vo which does not exist