Class ParentGroupNotExistsException

All Implemented Interfaces:
Serializable

public class ParentGroupNotExistsException extends EntityExistsException
This exception is thrown when the parent group for the group does not exist
Author:
Martin Kuba
See Also:
  • cz.metacentrum.perun.core.api.exceptions.rt.GroupExistsRuntimeException
  • Serialized Form
  • Constructor Details

    • ParentGroupNotExistsException

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

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

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