Class RelationExistsException

All Implemented Interfaces:
Serializable

public class RelationExistsException extends PerunException
This exception means that some relation or dependency exists which prevents to execute the action.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • RelationExistsException

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

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

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