Class GroupNotEmbeddedException

All Implemented Interfaces:
Serializable

public class GroupNotEmbeddedException extends PerunException
This exception is thrown when group is not embedded in VO
Author:
Johana Supíková
See Also:
  • Constructor Details

    • GroupNotEmbeddedException

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

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

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