Class DeletionNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.metacentrum.perun.core.api.exceptions.PerunException
cz.metacentrum.perun.core.api.exceptions.DeletionNotSupportedException
All Implemented Interfaces:
Serializable

public class DeletionNotSupportedException extends PerunException
This exception is thrown when the deletion is not supported on any instance - the config property userDeletionForced is set to false
Author:
Jakub Hejda <Jakub.Hejda@cesnet.cz>
See Also:
  • Constructor Details

    • DeletionNotSupportedException

      public DeletionNotSupportedException(String message)
    • DeletionNotSupportedException

      public DeletionNotSupportedException(String message, Throwable cause)
    • DeletionNotSupportedException

      public DeletionNotSupportedException(Throwable cause)