Class ExternallyManagedException

All Implemented Interfaces:
Serializable

public class ExternallyManagedException extends PerunException
This exception raises when group is externally managed which means that group membership is managed by external source (group synchronization) and thus manual changes to the group membership are prohibited.
Author:
Jan Zvěřina <zverina.jan@email.cz>
See Also:
  • Constructor Details

    • ExternallyManagedException

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

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

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