Class VoExistsException

All Implemented Interfaces:
Serializable

public class VoExistsException extends EntityExistsException
Thrown when trying to create a VO with an id or a name of another existing VO
Author:
Martin Kuba
See Also:
  • Constructor Details

    • VoExistsException

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

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

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